SaaS CMS has officially launched! Learn more now.

Enum ShellInputType

Used to define what input type to use.

Namespace: EPiServer.Shell.Web.Mvc.Html
Assembly: EPiServer.Shell.dll
Version: 7.19.2
Syntax
public enum ShellInputType
Remarks

Used by the ShellInput and ShellButton helper method.

Fields

Name Description
Button

Standard button input

CheckBox

Checkbox type input

File

file type input

Hidden

hidden type input

Image

image type input

Password

password type input

Radio

radiobutton type input

Reset

reset button input

Submit

Submit type button

Text

text type input

Extension Methods