RouteCollectionExtensions Class

 

Extends a RouteCollection object for MVC routing.

Namespace:   Microsoft.Web.Mvc.Resources
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Web.Mvc.Resources.RouteCollectionExtensions

Syntax

public static class RouteCollectionExtensions
[ExtensionAttribute]
public ref class RouteCollectionExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type RouteCollectionExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class RouteCollectionExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetResourceRouteName(Controller, String, ActionType)

System_CAPS_pubmethodSystem_CAPS_static MapResourceRoute(RouteCollection, String, String)

System_CAPS_pubmethodSystem_CAPS_static MapResourceRoute(RouteCollection, String, String, Object)

System_CAPS_pubmethodSystem_CAPS_static MapResourceRoute(RouteCollection, String, String, String)

System_CAPS_pubmethodSystem_CAPS_static MapResourceRoute(RouteCollection, String, String, String, Object)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Web.Mvc.Resources Namespace

Return to top