RouteCollectionAttributeRoutingExtensions Class

 

Provides routing extensions for route collection attribute.

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

System.Object
  System.Web.Mvc.RouteCollectionAttributeRoutingExtensions

[<AbstractClass>]
[<Sealed>]
type RouteCollectionAttributeRoutingExtensions = class end

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticMapMvcAttributeRoutes(RouteCollection)

Maps the attribute-defined routes for the application.

System_CAPS_pubmethodSystem_CAPS_staticMapMvcAttributeRoutes(RouteCollection, IDirectRouteProvider)

Maps the attribute-defined routes for the application.

System_CAPS_pubmethodSystem_CAPS_staticMapMvcAttributeRoutes(RouteCollection, IInlineConstraintResolver)

Maps the attribute-defined routes for the application.

System_CAPS_pubmethodSystem_CAPS_staticMapMvcAttributeRoutes(RouteCollection, IInlineConstraintResolver, IDirectRouteProvider)

Maps the attribute-defined routes for the application.

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
Show: