UrlHelper.RouteCollection Property

Gets a collection that contains the routes that are registered for the application.

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

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

value = instance.RouteCollection

Property Value

Type: System.Web.Routing.RouteCollection
The route collection.
Show: