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")。

適用対象