DictionaryValueProvider<TValue>.GetValue(String) メソッド

定義

指定したキーおよびコントローラー コンテキストを使用して、値オブジェクトを返します。

public virtual System.Web.Mvc.ValueProviderResult GetValue (string key);
abstract member GetValue : string -> System.Web.Mvc.ValueProviderResult
override this.GetValue : string -> System.Web.Mvc.ValueProviderResult
Public Overridable Function GetValue (key As String) As ValueProviderResult

パラメーター

key
String

取得する値オブジェクトのキー。

戻り値

指定したキーの値オブジェクト。

実装

例外

key パラメーターが null です。

適用対象