FormCollectionModelBinderProvider 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 IFormCollection.
public ref class FormCollectionModelBinderProvider : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinderProvider
public class FormCollectionModelBinderProvider : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinderProvider
type FormCollectionModelBinderProvider = class
interface IModelBinderProvider
Public Class FormCollectionModelBinderProvider
Implements IModelBinderProvider
- Inheritance
-
FormCollectionModelBinderProvider
- Implements
Constructors
FormCollectionModelBinderProvider() |
Methods
GetBinder(ModelBinderProviderContext) |
Creates a IModelBinder based on ModelBinderProviderContext. |