0 out of 1 rated this helpful - Rate this topic

HtmlHelper.RouteCollection Property

Gets or sets the collection of routes for the application.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public RouteCollection RouteCollection { get; private set; }

Property Value

Type: System.Web.Routing.RouteCollection
The collection of routes for the application.

The RouteCollection instance that is returned by this property provides methods that enable you to manage a collection of objects that derive from the RouteBase class.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ