FormElementType enumeration

FormElementType enumeration

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

The FormElementType type exposes the following members:

Fields

FieldDescription
UNKNOWNCorresponding to any HTML Element that is not been converting to the any of implemented FormElement.
INPUTCorresponding to the HTMLInputElement.
SELECTCorresponding to the HTMLSelectElement.
TEXT_AREACorresponding to the HTMLTextAreaElement.
OPTIONCorresponding to the HTMLOptionElement.
BUTTONCorresponding to the HTMLButtonElement.
DATA_LISTCorresponding to the HTMLDataListElement.

See Also