AreaRegistrationContext.Routes Property

Definition

Gets a collection of defined routes for the application.

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

Property Value

A collection of defined routes for the application.

Applies to