HttpRouteData Class
Encapsulates information regarding the HTTP route.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | HttpRouteData(IHttpRoute^) | Initializes a new instance of the HttpRouteData class. |
![]() | HttpRouteData(IHttpRoute^, HttpRouteValueDictionary^) | Initializes a new instance of the HttpRouteData class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| 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.) |
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:


