ChildActionValueProvider クラス

定義

子アクションからの値の値プロバイダーを表します。

public sealed class ChildActionValueProvider : System.Web.Mvc.DictionaryValueProvider<object>
type ChildActionValueProvider = class
    inherit DictionaryValueProvider<obj>
Public NotInheritable Class ChildActionValueProvider
Inherits DictionaryValueProvider(Of Object)
継承
ChildActionValueProvider

コンストラクター

ChildActionValueProvider(ControllerContext)

ChildActionValueProvider クラスの新しいインスタンスを初期化します。

メソッド

ContainsPrefix(String)

指定したプレフィックスがコレクションに含まれているかどうかを判断します。

(継承元 DictionaryValueProvider<TValue>)
GetKeysFromPrefix(String)

プレフィックスからキーを取得します。

(継承元 DictionaryValueProvider<TValue>)
GetValue(String)

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

適用対象