Click or drag to resize

IInputElementIsEmailField Property

Indicates whether the DOM element's type attribute has the 'email' value.

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

Property Value

Type: Boolean
true if the DOM element's type attribute has the 'email' value.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IInputElement has already been disposed.
See Also