RemoteAttribute.RouteData Property

Gets the route data dictionary.

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

'Declaration
Protected Property RouteData As RouteValueDictionary 
	Get 
	Private Set
'Usage
Dim value As RouteValueDictionary 

value = Me.RouteData

Property Value

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