FormFileModelBinderProvider 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 IModelBinderProvider for IFormFile, collections of IFormFile, and IFormFileCollection.
public ref class FormFileModelBinderProvider : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinderProvider
public class FormFileModelBinderProvider : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinderProvider
type FormFileModelBinderProvider = class
interface IModelBinderProvider
Public Class FormFileModelBinderProvider
Implements IModelBinderProvider
- Inheritance
-
FormFileModelBinderProvider
- Implements
Constructors
FormFileModelBinderProvider() |
Methods
GetBinder(ModelBinderProviderContext) |
Creates a IModelBinder based on ModelBinderProviderContext. |