共用方式為


FormValueProvider 類別

定義

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)

根據 bindingSource 篩選值提供者。

(繼承來源 BindingSourceValueProvider)
GetKeysFromPrefix(String)

取得特定前置詞的索引鍵。

GetValue(String)

使用指定的索引鍵擷取值物件。

適用於