Partilhar via


DictionaryModelBinderProvider Classe

Definição

public ref class DictionaryModelBinderProvider : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinderProvider
public class DictionaryModelBinderProvider : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinderProvider
type DictionaryModelBinderProvider = class
    interface IModelBinderProvider
Public Class DictionaryModelBinderProvider
Implements IModelBinderProvider
Herança
DictionaryModelBinderProvider
Implementações

Construtores

DictionaryModelBinderProvider()

Um IModelBinderProvider para associar IDictionary<TKey,TValue>.

Métodos

GetBinder(ModelBinderProviderContext)

Cria um IModelBinder com base em ModelBinderProviderContext.

Aplica-se a