FormFileModelBinder 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 posted files to IFormFile.
public ref class FormFileModelBinder : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinderpublic class FormFileModelBinder : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBindertype FormFileModelBinder = class
    interface IModelBinderPublic Class FormFileModelBinder
Implements IModelBinder- Inheritance
- 
				FormFileModelBinder
- Implements
Constructors
| FormFileModelBinder() | 
				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 FormFileModelBinder. | 
| FormFileModelBinder(ILoggerFactory) | Initializes a new instance of FormFileModelBinder. | 
Methods
| BindModelAsync(ModelBindingContext) | Attempts to bind a model. |