[]
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 |
---|---|
BindModelAsync(ModelBindingContext) | Binds the model to a value by using the binding context. |