FormatterParameterBinding Class
Represents parameter binding that will read from the body and invoke the formatters.
Assembly: System.Web.Http (in System.Web.Http.dll)
System.Web.Http.Controllers::HttpParameterBinding
System.Web.Http.ModelBinding::FormatterParameterBinding
| Name | Description | |
|---|---|---|
![]() | FormatterParameterBinding(HttpParameterDescriptor^, IEnumerable<MediaTypeFormatter^>^, IBodyModelValidator^) | Initializes a new instance of the FormatterParameterBinding class. |
| Name | Description | |
|---|---|---|
![]() | BodyModelValidator | Gets or sets an interface for the body model validator. |
![]() | Descriptor | Gets the HttpParameterDescriptor that was used to initialize this instance.(Inherited from HttpParameterBinding.) |
![]() | ErrorMessage | Gets the error message.(Overrides HttpParameterBinding::ErrorMessage.) |
![]() | Formatters | Gets or sets an enumerable object that represents the formatter for the parameter binding. |
![]() | IsValid | Gets a value that indicates whether the binding was successful.(Inherited from HttpParameterBinding.) |
![]() | WillReadBody | Gets whether the FormatterParameterBindingwill read body.(Overrides HttpParameterBinding::WillReadBody.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


