FromBodyAttribute Class
An attribute that specifies that an action parameter comes only from the entity body of the incoming HttpRequestMessage.
System.Object
System.Attribute
System.Web.Http.ParameterBindingAttribute
System.Web.Http.FromBodyAttribute
System.Attribute
System.Web.Http.ParameterBindingAttribute
System.Web.Http.FromBodyAttribute
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
The FromBodyAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Attribute.) |
![]() | GetBinding | Gets a parameter binding. (Overrides ParameterBindingAttribute.GetBinding(HttpParameterDescriptor).) |
![]() | GetHashCode | (Inherited from Attribute.) |
![]() | GetType | (Inherited from Object.) |
![]() | IsDefaultAttribute | (Inherited from Attribute.) |
![]() | Match | (Inherited from Attribute.) |
![]() | ToString | (Inherited from Object.) |
