IBindingSourceValueProvider 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
值提供者,可根據 篩選其內容 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
- 衍生
- 實作
備註
預設會包含值提供者。 如果模型未指定 , BindingSource 則所有值提供者都有效。
方法
ContainsPrefix(String) |
判斷集合是否包含指定的前置詞。 (繼承來源 IValueProvider) |
Filter(BindingSource) |
根據 |
GetValue(String) |
使用指定的索引鍵擷取值物件。 (繼承來源 IValueProvider) |