HtmlHelper.RouteCollection Property

Definition

Gets or sets the collection of 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