Freigeben über


HtmlHelper.GetInputTypeString(InputType) Methode

Definition

Gibt den Typ des HTML-Eingabesteuerelements als Zeichenfolge zurück.

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

Parameter

inputType
InputType

Der aufgelistete Eingabetyp.

Gibt zurück

Die Eingabetypzeichenfolge ("checkbox", "hidden", "password", "radio" oder "text").

Gilt für: