[]
ModelBinder that reads information from the Request.Body. Please be aware that it is only safe to read the Request's Body one time.
public class BodyModelBinder<T> : IModelBinder
Name | Description |
---|---|
T |
Name | Description |
---|---|
BodyModelBinder() |
Name | Description |
---|---|
BindModel(HttpActionContext, ModelBindingContext) | Binds the model to a value by using the specified controller context and binding context. |