Extension methods for HttpRouteCollection
Inheritance Hierarchy
System.Object
  System.Web.Http.HttpRouteCollectionExtensions
Namespace:  System.Web.Http
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class HttpRouteCollectionExtensions
'Usage
public static class HttpRouteCollectionExtensions
[ExtensionAttribute]
public ref class HttpRouteCollectionExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type HttpRouteCollectionExtensions =  class end
public final class HttpRouteCollectionExtensions
Methods
| Name | Description | |
|---|---|---|
| .jpeg) .gif) | MapHttpRoute(HttpRouteCollection, String, String) | Maps the specified route template. | 
| .jpeg) .gif) | MapHttpRoute(HttpRouteCollection, String, String, Object) | Maps the specified route template and sets default route values. | 
| .jpeg) .gif) | MapHttpRoute(HttpRouteCollection, String, String, Object, Object) | Maps the specified route template and sets default route values and constraints. | 
| .jpeg) .gif) | MapHttpRoute(HttpRouteCollection, String, String, Object, Object, HttpMessageHandler) | Maps the specified route template and sets default route values, constraints, and end-point message handler. | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.