RemoteAttribute.RouteData Property

Gets the route data dictionary.

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

function get RouteData () : RouteValueDictionary 
private function set RouteData (value : RouteValueDictionary)

Property Value

Type: System.Web.Routing.RouteValueDictionary
The route data dictionary.
Show: