Share via


IBindingSourceValueProvider Interface

Definition

A value provider which can filter its contents based on BindingSource.

public interface class IBindingSourceValueProvider : Microsoft::AspNetCore::Mvc::ModelBinding::IValueProvider
public interface IBindingSourceValueProvider : Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
type IBindingSourceValueProvider = interface
    interface IValueProvider
Public 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

Name Description
ContainsPrefix(String)

Determines whether the collection contains the specified prefix.

(Inherited from IValueProvider)
Filter(BindingSource)

Filters the value provider based on bindingSource.

GetValue(String)

Retrieves a value object using the specified key.

(Inherited from IValueProvider)

Applies to