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.
Contains extension methods for the HttpConfiguration class.
Inheritance Hierarchy
System.Object
System.Web.Http.HttpConfigurationExtensions
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class HttpConfigurationExtensions
'Usage
public static class HttpConfigurationExtensions
[ExtensionAttribute]
public ref class HttpConfigurationExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type HttpConfigurationExtensions = class end
public final class HttpConfigurationExtensions
The HttpConfigurationExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
BindParameter | Register that the given parameter type on an Action is to be bound using the model binder. |
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.