Contains extension methods for HttpActionContext.
Inheritance Hierarchy
System.Object
  System.Web.Http.Controllers.HttpActionContextExtensions
Namespace:  System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class HttpActionContextExtensions
'Usage
public static class HttpActionContextExtensions
[ExtensionAttribute]
public ref class HttpActionContextExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type HttpActionContextExtensions =  class end
public final class HttpActionContextExtensions
The HttpActionContextExtensions type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .jpeg) .gif) | Bind(HttpActionContext, ModelBindingContext) | Binds the model to a value by using the specified controller context and binding context. | 
| .jpeg) .gif) | Bind(HttpActionContext, ModelBindingContext, IEnumerable<IModelBinder>) | Binds the model to a value by using the specified controller context, binding context, and model binders. | 
| .jpeg) .gif) | GetMetadataProvider | Retrieves the ModelMetadataProvider instance for a given HttpActionContext. | 
| .jpeg) .gif) | GetValidatorProviders | Retrieves the collection of registered ModelValidatorProvider instances. | 
| .jpeg) .gif) | GetValidators | Retrieves the collection of registered ModelValidator instances. | 
| .jpeg) .gif) | TryBindStrongModel<TModel> | Binds the model to the property by using the specified execution context and binding context. | 
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.