FormElementType Enum
FormElementType enumeration
Represents an enumeration of the Form Elements types and their corresponding to the HTML Elements
public enum FormElementType
Values
Name | Value | Description |
---|---|---|
Unknown | 0 | Corresponding to any HTML Element that is not been converting to the any of implemented FormElement . |
Input | 1 | Corresponding to the HTMLInputElement . |
Select | 2 | Corresponding to the HTMLSelectElement . |
TextArea | 3 | Corresponding to the HTMLTextAreaElement . |
Option | 4 | Corresponding to the HTMLOptionElement . |
Button | 5 | Corresponding to the HTMLButtonElement . |
DataList | 6 | Corresponding to the HTMLDataListElement . |
See Also
- namespace Aspose.Html.Forms
- assembly Aspose.HTML