FormElementType Enum

FormElementType enumeration

Represents an enumeration of the Form Elements types and their corresponding to the HTML Elements

public enum FormElementType

Values

NameValueDescription
Unknown0Corresponding to any HTML Element that is not been converting to the any of implemented FormElement.
Input1Corresponding to the HTMLInputElement.
Select2Corresponding to the HTMLSelectElement.
TextArea3Corresponding to the HTMLTextAreaElement.
Option4Corresponding to the HTMLOptionElement.
Button5Corresponding to the HTMLButtonElement.
DataList6Corresponding to the HTMLDataListElement.

See Also