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
'Declaration
ReadOnly Property Route As IHttpRoute
Get
'Usage
Dim instance As IHttpRouteData
Dim value As IHttpRoute
value = instance.Route
IHttpRoute Route { get; }
property IHttpRoute^ Route {
IHttpRoute^ get ();
}
abstract Route : IHttpRoute
function get Route () : IHttpRoute
Property Value
Type: System.Web.Http.Routing.IHttpRoute
The object that represents the route.