HtmlHelper.GetInputTypeString Method

Visual Studio 2010

Returns the HTML input control type as a string.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

No code example is currently available or this language may not be supported.

Parameters

inputType
Type: System.Web.Mvc.InputType
The enumerated input type.

Return Value

Type: System.String
The input type string ("checkbox", "hidden", "password", "radio", or "text").

This method is used to render the form method as an XHTML attribute. Therefore, it returns a lowercase string.

Community Additions

ADD
Show: