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:

