Share via


RemoteAttribute.Routes Property

Gets the route collection from the route table.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property Routes As RouteCollection
'Usage
Dim value As RouteCollection

value = Me.Routes
protected virtual RouteCollection Routes { get; }
protected:
virtual property RouteCollection^ Routes {
    RouteCollection^ get ();
}
function get Routes () : RouteCollection

Property Value

Type: System.Web.Routing.RouteCollection
The route collection from the route table.

See Also

Reference

RemoteAttribute Class

System.Web.Mvc Namespace