AjaxHelper.RouteCollection Property

Gets the collection of URL routes 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 AjaxHelper 
Dim value As RouteCollection 

value = instance.RouteCollection

Property Value

Type: System.Web.Routing.RouteCollection
The collection of routes for the application.

The RouteCollection class provides methods that enable you to manage a collection of objects that derive from the RouteBase class.

Show: