AreaRegistrationContext.Routes Property

Gets a collection of defined routes for the application.

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

function get Routes () : RouteCollection 
private function set Routes (value : RouteCollection)

Property Value

Type: System.Web.Routing.RouteCollection
A collection of defined routes for the application.
Show: