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
枚举的输入类型。
返回
输入类型字符串(“复选框”、“隐藏”、“密码”、“单选”或“文本”)。