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