UrlHelper.RouteCollection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.