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

Namespace: Aspose.Html.Forms
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public enum FormElementType
Members
  Member nameValueDescription
Unknown0 Corresponding to any HTML Element that is not been converting to the any of implemented FormElement.
Input1 Corresponding to the HTMLInputElement.
Select2 Corresponding to the HTMLSelectElement.
TextArea3 Corresponding to the HTMLTextAreaElement.
Option4 Corresponding to the HTMLOptionElement.
Button5 Corresponding to the HTMLButtonElement.
DataList6 Corresponding to the HTMLDataListElement.
See Also