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)

指定したキーを使用して値オブジェクトを取得します。

適用対象