HtmlHelper.GetInputTypeString(InputType) 方法

定義

以字串形式傳回 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")。

適用於