ValueProviderFactoryContext.ValueProviders Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of IValueProvider instances. IValueProviderFactory instances should add the appropriate IValueProvider instances to this list.
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)