FormCollection.GetValue(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定的值提供程序。
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 或空。