Table of Contents

Enum InputType

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

Enumerates the types of input controls.

public enum InputType

Fields

CheckBox = 0

A check box.

Hidden = 1

A hidden field.

Password = 2

A password box.

Radio = 3

A radio button.

Text = 4

A text box.