Table of Contents

Property IsFile

Namespace
DotNetBrowser.Dom
Assembly
DotNetBrowser.dll

IsFile

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

bool IsFile { get; }

Property Value

bool

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

Exceptions

ObjectDisposedException

The IInputElement has already been disposed.