InputType Enum

Namespace
Microsoft.AspNetCore.Mvc.ViewFeatures
Assemblies
  • Microsoft.AspNetCore.Mvc.ViewFeatures

Syntax

public enum InputType
enum Microsoft.AspNetCore.Mvc.ViewFeatures.InputType

Fields

CheckBox()
Return type:Microsoft.AspNetCore.Mvc.ViewFeatures.InputType
CheckBox = 0
Hidden()
Return type:Microsoft.AspNetCore.Mvc.ViewFeatures.InputType
Hidden = 1
Password()
Return type:Microsoft.AspNetCore.Mvc.ViewFeatures.InputType
Password = 2
Radio()
Return type:Microsoft.AspNetCore.Mvc.ViewFeatures.InputType
Radio = 3
Text()
Return type:Microsoft.AspNetCore.Mvc.ViewFeatures.InputType
Text = 4