IHtmlFormElement
public interface IHtmlFormElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
Represents the form HTML element.
Gets or sets the character encodings that are to be used for the submission.
Gets or sets the form's name within the forms collection.
Gets or sets if autocomplete is turned on or off.
Gets all the form controls belonging to this form element.
Gets or sets the encoding to use for sending the form.
Gets or sets the encoding to use for sending the form.
Gets the form element at the specified index.
Gets the form element(s) with the specified name.
Gets the number of elements in the Elements collection.
Gets or sets the method to use for transmitting the form.
Gets or sets the value of the name attribute.
Gets or sets the indicator that the form is not to be validated during submission.
Gets or sets the target name of the response to the request.
bool CheckValidity()
Checks if the form is valid, i.e. if all fields fulfill their requirements.
Creates the document request from the form submitting itself.
Creates the document request from the form by submitting by
some element.
bool ReportValidity()
Reports the current validity state after checking the current state
interactively the constraints of the form element.
void RequestAutocomplete()
Requests the input fields to be automatically filled with previous entries.
void Reset()
Resets the form to the previous (default) state.
Submits the form element from the form element itself.
Submits the form element as triggered from another element.