Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Extension methods for HttpRouteCollection
Inheritance Hierarchy
System.Object
System.Web.Http.HttpRouteCollectionExtensions
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class HttpRouteCollectionExtensions
'Usage
public static class HttpRouteCollectionExtensions
[ExtensionAttribute]
public ref class HttpRouteCollectionExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type HttpRouteCollectionExtensions = class end
public final class HttpRouteCollectionExtensions
Methods
Name | Description | |
---|---|---|
![]() ![]() |
MapHttpRoute(HttpRouteCollection, String, String) | Maps the specified route template. |
![]() ![]() |
MapHttpRoute(HttpRouteCollection, String, String, Object) | Maps the specified route template and sets default route values. |
![]() ![]() |
MapHttpRoute(HttpRouteCollection, String, String, Object, Object) | Maps the specified route template and sets default route values and constraints. |
![]() ![]() |
MapHttpRoute(HttpRouteCollection, String, String, Object, Object, HttpMessageHandler) | Maps the specified route template and sets default route values, constraints, and end-point message handler. |
Top
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.