ValueProviderFactoryContext.ValueProviders Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la liste des IValueProvider instances. IValueProviderFactory les instances doivent ajouter les instances appropriées IValueProvider à cette liste.
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)