FormValueProvider 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
IValueProvider儲存在 中的資料 IFormCollection 配接器。
public ref class FormValueProvider : Microsoft::AspNetCore::Mvc::ModelBinding::BindingSourceValueProvider, Microsoft::AspNetCore::Mvc::ModelBinding::IEnumerableValueProvider, Microsoft::AspNetCore::Mvc::ModelBinding::IValueProvider
public class FormValueProvider : Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider, Microsoft.AspNetCore.Mvc.ModelBinding.IEnumerableValueProvider, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
type FormValueProvider = class
inherit BindingSourceValueProvider
interface IEnumerableValueProvider
interface IValueProvider
Public Class FormValueProvider
Inherits BindingSourceValueProvider
Implements IEnumerableValueProvider, IValueProvider
- 繼承
- 實作
建構函式
FormValueProvider(BindingSource, IFormCollection, CultureInfo) |
建立 的值提供者 IFormCollection 。 |
屬性
BindingSource |
取得對應的 BindingSource 。 (繼承來源 BindingSourceValueProvider) |
Culture |
要使用的文化特性。 |
PrefixContainer |
前置詞容器。 |
方法
ContainsPrefix(String) |
判斷集合是否包含指定的前置詞。 |
Filter(BindingSource) |
根據 |
GetKeysFromPrefix(String) |
取得特定前置詞的索引鍵。 |
GetValue(String) |
使用指定的索引鍵擷取值物件。 |