IInputElementIsEmailField Property  | 
 
                Indicates whether the DOM element's type attribute has the 'email' value.
            
 
    Namespace: 
   DotNetBrowser.Dom
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.1
Syntaxbool IsEmailField { get; }Property Value
Type: 
Booleantrue if the DOM element's type attribute has the 'email' value.
Exceptions| Exception | Condition | 
|---|
| ObjectDisposedException | The IInputElement has already been disposed. | 
See Also