The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
RouteCollectionExtensions Class
Extension methods for RouteCollection
Assembly: System.Web.Http.WebHost (in System.Web.Http.WebHost.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | MapHttpRoute(RouteCollection^, String^, String^) | Maps the specified route template. |
![]() ![]() | MapHttpRoute(RouteCollection^, String^, String^, Object^) | Maps the specified route template and sets default route. |
![]() ![]() | MapHttpRoute(RouteCollection^, String^, String^, Object^, Object^) | Maps the specified route template and sets default route values and constraints. |
![]() ![]() | MapHttpRoute(RouteCollection^, String^, String^, Object^, Object^, HttpMessageHandler^) | Maps the specified route template and sets default route values, constraints, and end-point message handler. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

