HttpConfigurationExtensions Class

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
Public methodStatic member 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.

See Also

Reference

System.Web.Http Namespace