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::IModelBinder
	public class BodyModelBinder : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder
	type BodyModelBinder = class
    interface IModelBinder
	Public Class BodyModelBinder
Implements IModelBinder
		- Inheritance
 - 
				BodyModelBinder
 
- Implements
 
Constructors
Methods
| BindModelAsync(ModelBindingContext) | 
		 Attempts to bind a model.  |