BindingSourceValueProvider Class
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 provides data from a specific BindingSource.
public ref class BindingSourceValueProvider abstract : Microsoft::AspNetCore::Mvc::ModelBinding::IBindingSourceValueProvider, Microsoft::AspNetCore::Mvc::ModelBinding::IValueProvider
public abstract class BindingSourceValueProvider : Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceValueProvider, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
type BindingSourceValueProvider = class
interface IBindingSourceValueProvider
interface IValueProvider
Public MustInherit Class BindingSourceValueProvider
Implements IBindingSourceValueProvider, IValueProvider
- Inheritance
-
BindingSourceValueProvider
- Derived
- Implements
A BindingSourceValueProvider is an IValueProvider base-implementation which can provide data for all parameters and model properties which specify the corresponding BindingSource.
BindingSourceValueProvider implements IBindingSourceValueProvider and will include or exclude itself from the set of value providers based on the model's associated BindingSource. Value providers are by-default included; if a model does not specify a BindingSource then all value providers are valid.
Binding |
Gets the corresponding BindingSource. |
Contains |
Determines whether the collection contains the specified prefix. |
Filter(Binding |
Filters the value provider based on |
Get |
Retrieves a value object using the specified key. |
Produkt | Verzie |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |