Table of Contents

Property IsEmailField

Namespace
DotNetBrowser.Dom
Assembly
DotNetBrowser.dll

IsEmailField

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

bool IsEmailField { get; }

Property Value

bool

true if the DOM element's type attribute has the 'email' value.

Exceptions

ObjectDisposedException

The IInputElement has already been disposed.