FormCollection.GetValue(String) メソッド

定義

指定された値プロバイダーを取得します。

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

パラメーター

name
String

取得する値プロバイダーの名前。

戻り値

値プロバイダー。

実装

例外

パラメーターが name null または空です。

適用対象