AjaxHelper.RouteCollection Property

Definition

Gets the collection of URL routes for the application.

public System.Web.Routing.RouteCollection RouteCollection { get; }
member this.RouteCollection : System.Web.Routing.RouteCollection
Public ReadOnly Property RouteCollection As RouteCollection

Property Value

The collection of routes for the application.

Applies to