RemoteAttribute::Routes Property

Gets the route collection from the route table.

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

protected:
virtual property RouteCollection^ Routes {
	RouteCollection^ get ();
}

Property Value

Type: System.Web.Routing::RouteCollection
The route collection from the route table.
Show: