Namespace Aspose.Html.Forms
Namespace Aspose.Html.Forms
Classes
| Class Name | 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 Aspose.Html.HTMLFormElement that creates a easier way for .net developers to edit the html forms. |
| FormElement | Represents base class for form elements. |
| FormElement<t> | The Aspose.Html.Forms.FormElement represent the generic field |
| FormSubmitter | This class allows to prepare specified Aspose.Html.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 </t> |
Enums
| Enum Name | 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. |