Share via


RouteCollectionAttributeRoutingExtensions Class

 

Provides routing extensions for route collection attribute.

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

Inheritance Hierarchy

System.Object
  System.Web.Mvc.RouteCollectionAttributeRoutingExtensions

Syntax

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

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static MapMvcAttributeRoutes(RouteCollection)

Maps the attribute-defined routes for the application.

System_CAPS_pubmethodSystem_CAPS_static MapMvcAttributeRoutes(RouteCollection, IDirectRouteProvider)

Maps the attribute-defined routes for the application.

System_CAPS_pubmethodSystem_CAPS_static MapMvcAttributeRoutes(RouteCollection, IInlineConstraintResolver)

Maps the attribute-defined routes for the application.

System_CAPS_pubmethodSystem_CAPS_static MapMvcAttributeRoutes(RouteCollection, IInlineConstraintResolver, IDirectRouteProvider)

Maps the attribute-defined routes for the application.

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

System.Web.Mvc Namespace

Return to top