IValueProvider.GetValue(String) メソッド

定義

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

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

パラメーター

key
String

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

戻り値

指定したキーの値オブジェクト。キーが見つからない場合は null。

適用対象