ValueProviderFactoryContext.ValueProviders Property

Definition

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)

Property Value

Applies to