UrlHelper::RouteCollection Property

 

Gets a collection that contains the routes that are registered for the application.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public:
property RouteCollection^ RouteCollection {
	RouteCollection^ get();
	private: void set(RouteCollection^ value);
}

Property Value

Type: System.Web.Routing::RouteCollection^

The route collection.

Return to top
Show: