Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides information about a route.
Namespace: System.Web.Http.Routing
Assembly: System.Web.Http (in System.Web.Http.dll)
public interface IHttpRouteData
public interface class IHttpRouteData
type IHttpRouteData = interface end
Public Interface IHttpRouteData
Name | Description | |
---|---|---|
![]() |
Route | Gets the object that represents the route. |
![]() |
Values | Gets a collection of URL parameter values and default values for the route. |
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.) |
System.Web.Http.Routing Namespace
Return to top
Please sign in to use this experience.
Sign in