AreaRegistrationContext.Routes Property

Gets a collection of defined routes for the application.

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

'Declaration
Public Property Routes As RouteCollection 
	Get 
	Private Set
'Usage
Dim instance As AreaRegistrationContext 
Dim value As RouteCollection 

value = instance.Routes

Property Value

Type: System.Web.Routing.RouteCollection
A collection of defined routes for the application.
Show: