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.
IHttpRouteData Interface
Provides information about a route.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | GetSubRoutes() | If a route is really a union of other routes, return the set of sub routes.(Defined by HttpRouteDataExtensions.) |
![]() | RemoveOptionalRoutingParameters() | Removes all optional parameters that do not have a value from the route data.(Defined by HttpRouteDataExtensions.) |
Show:

