Describes how a parameter is bound. The binding should be static (based purely on the descriptor) and can be shared across requests.
Inheritance Hierarchy
System.Object
  System.Web.Http.Controllers.HttpParameterBinding
    System.Web.Http.ModelBinding.CancellationTokenParameterBinding
    System.Web.Http.ModelBinding.ErrorParameterBinding
    System.Web.Http.ModelBinding.FormatterParameterBinding
    System.Web.Http.ModelBinding.HttpRequestParameterBinding
    System.Web.Http.ModelBinding.ModelBinderParameterBinding
Namespace:  System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public MustInherit Class HttpParameterBinding
'Usage
Dim instance As HttpParameterBinding
public abstract class HttpParameterBinding
public ref class HttpParameterBinding abstract
[<AbstractClassAttribute>]
type HttpParameterBinding =  class end
public abstract class HttpParameterBinding
The HttpParameterBinding type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | HttpParameterBinding | Initializes a new instance of the HttpParameterBinding class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Descriptor | Gets the HttpParameterDescriptor that was used to initialize this instance. | 
| .jpeg) | ErrorMessage | If the binding is invalid, gets an error message that describes the binding error. | 
| .jpeg) | IsValid | Gets a value that indicates whether the binding was successful. | 
| .jpeg) | WillReadBody | Returns a value indicating whether this HttpParameterBinding instance will read the entity body of the HTTP message. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals | (Inherited from Object.) | 
| .jpeg) | ExecuteBindingAsync | Asynchronously executes the binding for the given request. | 
| .jpeg) | Finalize | (Inherited from Object.) | 
| .jpeg) | GetHashCode | (Inherited from Object.) | 
| .jpeg) | GetType | (Inherited from Object.) | 
| .jpeg) | GetValue | Gets the parameter value from argument dictionary of the action context. | 
| .jpeg) | MemberwiseClone | (Inherited from Object.) | 
| .jpeg) | SetValue | Sets the result of this parameter binding in the argument dictionary of the action context. | 
| .jpeg) | ToString | (Inherited from Object.) | 
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.