FormCollectionModelBinder 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.
IModelBinder implementation to bind form values to IFormCollection.
public ref class FormCollectionModelBinder : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinderpublic class FormCollectionModelBinder : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBindertype FormCollectionModelBinder = class
    interface IModelBinderPublic Class FormCollectionModelBinder
Implements IModelBinder- Inheritance
- 
				FormCollectionModelBinder
- Implements
Constructors
| FormCollectionModelBinder() | 
				Obsolete.
			 This constructor is obsolete and will be removed in a future version. The recommended alternative is the overload that takes an ILoggerFactory. Initializes a new instance of FormCollectionModelBinder. | 
| FormCollectionModelBinder(ILoggerFactory) | Initializes a new instance of FormCollectionModelBinder. | 
Methods
| BindModelAsync(ModelBindingContext) | Attempts to bind a model. |