HTMLFormElement
sealed class HTMLFormElement : HTMLElement, IHtmlFormElement, IHtmlElement, IElement, INode, IEventTarget, IParentNode, IChildNode, IElementCssInlineStyle
Represents the form 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 the planned navigation task, if any.
Gets or sets the target name of the response to the request.
Checks if the form is valid, i.e. if all fields fulfill their requirements.
Requests the input fields to be automatically filled with previous entries.
Resets the form to the previous (default) state.
Submits the form element from the form element itself.