BodyModelBinder Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An IModelBinder which binds models from the request body using an IInputFormatter when a model has the binding source Body.
public ref class BodyModelBinder : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinderpublic class BodyModelBinder : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBindertype BodyModelBinder = class
    interface IModelBinderPublic Class BodyModelBinder
Implements IModelBinder- Inheritance
- 
				BodyModelBinder
- Implements
Constructors
Methods
| BindModelAsync(ModelBindingContext) | Attempts to bind a model. |