0 out of 1 rated this helpful - Rate this topic

Controller.RouteData Property

Gets the route data for the current request.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public RouteData 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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.