Share via


IHttpRouteData.Route Property

 

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