com.aspose.html.forms
Contents
[
Hide
]The package provides access to numerous objects (elements) which are responsible to user interactivity within form as web page component.
Classes
| Class | Description |
|---|---|
| ButtonElement | The ButtonElement represents a wrapper that is associated with the HTMLButtonElement. |
| DataListElement | The DataListElement represents a wrapper that is associated with the HTMLDataListElement |
| FormEditor | This class represents the editor over the HTMLFormElement that creates a easier way for .net developers to edit the html forms. |
| FormElement | Represents base class for form elements. |
| FormElement<T> | The FormElement represent the generic field |
| FormSubmitter | This class allows to prepare specified HTMLFormElement, collects values from the form element, submit them to the remote server and receives a response. |
| InputElement | The InputElement represents a wrapper that is associated with the HTMLInputElement. |
| OptionCollection | The OptionElements represents a wrapper that is associated with the IHTMLOptionsCollection |
| OptionElement | The OptionElement represents a wrapper that is associated with the HTMLOptionElement |
| SelectElement | The SelectElement represents a wrapper that is associated with the HTMLSelectElement |
| SubmissionResult | This class represents the result of the submitting form data to the server. |
| TextAreaElement | The TextAreaElement represents a wrapper that is associated with the HTMLTextAreaElement |
Enumeration
| Enumeration | Description |
|---|---|
| ButtonType | This enumeration represents states of the button. |
| FormElementType | Represents an enumeration of the Form Elements types and their corresponding to the HTML Elements |
| InputElementType | Represent states of the input field. |