AreaRegistrationContext::Routes Property
Visual Studio 2010
Gets a collection of defined routes for the application.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: property RouteCollection^ Routes { RouteCollection^ get (); private: void set (RouteCollection^ value); }
Property Value
Type: System.Web.Routing::RouteCollectionA collection of defined routes for the application.
Community Additions
ADD
Show: