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.
HttpRouteCollectionExtensions Class
Extension methods for HttpRouteCollection
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | IgnoreRoute(HttpRouteCollection^, String^, String^) | Ignores the specified route. |
![]() ![]() | IgnoreRoute(HttpRouteCollection^, String^, String^, Object^) | Ignores the specified route. |
![]() ![]() | MapHttpBatchRoute(HttpRouteCollection^, String^, String^, HttpBatchHandler^) | Maps the specified route for handling HTTP batch requests. |
![]() ![]() | MapHttpRoute(HttpRouteCollection^, String^, String^) | Maps the specified route template. |
![]() ![]() | MapHttpRoute(HttpRouteCollection^, String^, String^, Object^) | Maps the specified route template and sets default route values. |
![]() ![]() | MapHttpRoute(HttpRouteCollection^, String^, String^, Object^, Object^) | Maps the specified route template and sets default route values and constraints. |
![]() ![]() | MapHttpRoute(HttpRouteCollection^, 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:

