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 route data for the current request.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
public RouteData RouteData { get; }
public:
property RouteData^ RouteData {
RouteData^ get();
}
member RouteData : RouteData with get
Public ReadOnly Property RouteData As RouteData
Property Value
Type: System.Web.Routing.RouteData
The route data.
See Also
Controller Class
System.Web.Mvc Namespace
Return to top