RouteEntry.Route Property
Gets the route.
Namespace: System.Web.Mvc.Routing
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
public Route Route { get; }
public:
property Route^ Route {
Route^ get();
}
member Route : Route with get
Public ReadOnly Property Route As Route
Property Value
Type: System.Web.Routing.Route
The route.
See Also
RouteEntry Class
System.Web.Mvc.Routing Namespace
Return to top