InputType Enum

Syntax

public enum InputType

GitHub

View on GitHub

enumeration Microsoft.AspNet.Mvc.Rendering.InputType

Fields

CheckBox()
CheckBox = 0
Hidden()
Hidden = 1
Password()
Password = 2
Radio()
Radio = 3
Text()
Text = 4