HtmlHelper.GetInputTypeString(InputType) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以字串形式傳回 HTML 輸入控制項型別。
public static string GetInputTypeString(System.Web.Mvc.InputType inputType);
static member GetInputTypeString : System.Web.Mvc.InputType -> string
Public Shared Function GetInputTypeString (inputType As InputType) As String
參數
- inputType
- InputType
列舉的輸入型別。
傳回
輸入型別字串 ("checkbox"、"hidden"、"password"、"radio" 或 "text")。