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.
Gets the object that represents the route.
Namespace: System.Web.Http.Routing
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
IHttpRoute Route { get; }
property IHttpRoute^ Route {
IHttpRoute^ get();
}
abstract Route : IHttpRoute with get
ReadOnly Property Route As IHttpRoute
Property Value
Type: System.Web.Http.Routing.IHttpRoute
The object that represents the route.
See Also
IHttpRouteData Interface
System.Web.Http.Routing Namespace
Return to top