Class FromBodyAttribute
This parameter will be binded from the Request Body.
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false)]
public class FromBodyAttribute : Attribute
- Inheritance
-
objectAttributeFromBodyAttribute
Fields
Raw
Do not attempt to deserialize/format input body.
public bool Raw