ValueProviderFactoryContext.ValueProviders Propriedade
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.
Obtém a lista de IValueProvider instâncias. IValueProviderFactory as instâncias devem adicionar as instâncias apropriadas IValueProvider a essa lista.
public:
property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ModelBinding::IValueProvider ^> ^ ValueProviders { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ModelBinding::IValueProvider ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider> ValueProviders { get; }
member this.ValueProviders : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider>
Public ReadOnly Property ValueProviders As IList(Of IValueProvider)