FormCollectionModelBinderProvider Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Um IModelBinderProvider para 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
- Herança
-
FormCollectionModelBinderProvider
- Implementações
Construtores
FormCollectionModelBinderProvider() |
Um IModelBinderProvider para IFormCollection. |
Métodos
GetBinder(ModelBinderProviderContext) |
Cria um IModelBinder com base em ModelBinderProviderContext. |