Interface IFormElement
- Namespace
- DotNetBrowser.Dom
- Assembly
- DotNetBrowser.dll
Represents DOM HTML Form element.
public interface IFormElement : IElement, INode, IEventTarget, ISearchContext, IAutoDisposable
- Inherited Members
Properties
- Action
Gets the 'action' attribute value.
- Controls
Gets the collection of all control elements in the form.
- Method
Gets the 'method' attribute value.
- Name
Gets the 'name' attribute value.
Methods
- Reset()
Restores the form elements' default values. It performs the same action as a reset button.
- Submit()
Submits the form. It performs the same action as a submit button.