IBindingSourceValueProvider Interface   
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.
A value provider which can filter its contents based on BindingSource.
public interface class IBindingSourceValueProvider : Microsoft::AspNetCore::Mvc::ModelBinding::IValueProviderpublic interface IBindingSourceValueProvider : Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvidertype IBindingSourceValueProvider = interface
    interface IValueProviderPublic Interface IBindingSourceValueProvider
Implements IValueProvider- Derived
- Implements
Remarks
Value providers are by-default included. If a model does not specify a BindingSource then all value providers are valid.
Methods
| ContainsPrefix(String) | Determines whether the collection contains the specified prefix.(Inherited from IValueProvider) | 
| Filter(BindingSource) | Filters the value provider based on  | 
| GetValue(String) | Retrieves a value object using the specified key.(Inherited from IValueProvider) |