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 或空。

适用于