Controller.RouteData Property

Visual Studio 2010

Gets the route data for the current request.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public ReadOnly Property RouteData As RouteData
	Get

Property Value

Type: System.Web.Routing.RouteData
The route data.

This property is undefined before the Initialize method of the controller is called.

Community Additions

ADD
Show: