Compartir a través de


ValueProviderFactoryContext.ValueProviders Propiedad

Definición

Obtiene la lista de IValueProvider instancias. IValueProviderFactory Las instancias deben agregar las instancias adecuadas IValueProvider a esta 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)

Valor de propiedad

Se aplica a