Aspose.Html.Forms Namespace
The namespace provides access to numerous objects (elements) which are responsible to user interactivity within form as web page component.
Classes
  ClassDescription
Public classButtonElement
The ButtonElement represents a wrapper that is associated with the HTMLButtonElement.
Public classDataListElement
The DataListElement represents a wrapper that is associated with the HTMLDataListElement
Public classFormEditor
This class represents the editor over the HTMLFormElement that creates a easier way for .net developers to edit the html forms.
Public classFormElement
Represents base class for form elements.
Public classFormElementT
The FormElement represent the generic field
Public classFormSubmitter
This class allows to prepare specified HTMLFormElement, collects values from the form element, submit them to the remote server and receives a response.
Public classInputElement
The InputElement represents a wrapper that is associated with the HTMLInputElement.
Public classOptionCollection
The OptionElements represents a wrapper that is associated with the IHTMLOptionsCollection
Public classOptionElement
The OptionElement represents a wrapper that is associated with the HTMLOptionElement
Public classSelectElement
The SelectElement represents a wrapper that is associated with the HTMLSelectElement
Public classSubmissionResult
This class represents the result of the submitting form data to the server.
Public classTextAreaElement
The TextAreaElement represents a wrapper that is associated with the HTMLTextAreaElement
Enumerations
  EnumerationDescription
Public enumerationButtonType
This enumeration represents states of the button.
Public enumerationFormElementType
Represents an enumeration of the Form Elements types and their corresponding to the HTML Elements
Public enumerationInputElementType
Represent states of the input field.