Click or drag to resize

IFormElementAction Property

Gets the 'action' attribute value.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
string Action { get; }

Property Value

Type: String
The 'action' attribute value.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IFormElement has already been disposed.
See Also