RouteCollectionExtensions Class

 

Extension methods for RouteCollection

Namespace:   System.Web.Http
Assembly:  System.Web.Http.WebHost (in System.Web.Http.WebHost.dll)

System::Object
  System.Web.Http::RouteCollectionExtensions

[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ExtensionAttribute]
public ref class RouteCollectionExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticMapHttpRoute(RouteCollection^, String^, String^)

Maps the specified route template.

System_CAPS_pubmethodSystem_CAPS_staticMapHttpRoute(RouteCollection^, String^, String^, Object^)

Maps the specified route template and sets default route.

System_CAPS_pubmethodSystem_CAPS_staticMapHttpRoute(RouteCollection^, String^, String^, Object^, Object^)

Maps the specified route template and sets default route values and constraints.

System_CAPS_pubmethodSystem_CAPS_staticMapHttpRoute(RouteCollection^, String^, String^, Object^, Object^, HttpMessageHandler^)

Maps the specified route template and sets default route values, constraints, and end-point message handler.

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: