Share via


RemoteAttribute.RouteData Property

Gets the route data dictionary.

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

Syntax

'Declaration
Protected Property RouteData As RouteValueDictionary
'Usage
Dim value As RouteValueDictionary

value = Me.RouteData
protected RouteValueDictionary RouteData { get; private set; }
protected:
property RouteValueDictionary^ RouteData {
    RouteValueDictionary^ get ();
    private: void set (RouteValueDictionary^ value);
}
function get RouteData () : RouteValueDictionary
private function set RouteData (value : RouteValueDictionary)

Property Value

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

See Also

Reference

RemoteAttribute Class

System.Web.Mvc Namespace