Click or drag to resize

IFormElementSubmit Method

Submits the form. It performs the same action as a submit button.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
void Submit()
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IFormElement has already been disposed.
See Also