UrlRoutingModule::RouteCollection Property

 

Gets or sets the collection of defined routes for the ASP.NET application.

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

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

Property Value

Type: System.Web.Routing::RouteCollection^

An object that contains the routes.

.NET Framework
Available since 3.5
Return to top
Show: