UrlHelper.RouteCollection Property

Definition

Gets a collection that contains the routes that are registered 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 route collection.

Applies to