RemoteAttribute.Routes Property

Gets the route collection from the route table.

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

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

value = Me.Routes

Property Value

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