This documentation is archived and is not being maintained.
RouteCollectionExtensions Class
Extends a RouteCollection object for MVC routing.
Namespace:
Microsoft.Web.Mvc.ResourcesAssembly:
Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
System.Object Microsoft.Web.Mvc.Resources.RouteCollectionExtensions
[<AbstractClass>]
[<Sealed>]
type RouteCollectionExtensions = class end
| Name | Description |
|---|
  | GetResourceRouteName(Controller, String, ActionType) | |
  | MapResourceRoute(RouteCollection, String, String) | |
  | MapResourceRoute(RouteCollection, String, String, Object) | |
  | MapResourceRoute(RouteCollection, String, String, String) | |
  | MapResourceRoute(RouteCollection, String, String, String, Object) | |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top