Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the route data for the current request.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public ReadOnly Property RouteData As RouteData
Get
public RouteData RouteData { get; }
public:
property RouteData^ RouteData {
RouteData^ get ();
}
Property Value
Type: System.Web.Routing.RouteData
The route data.
Remarks
This property is undefined before the Initialize method of the controller is called.