Table of Contents

Property IsMultipleFile

Namespace
DotNetBrowser.Dom
Assembly
DotNetBrowser.dll

IsMultipleFile

Indicates whether the DOM element has both the type attribute with the 'file' value, and the multiple attribute, for example: <input type="file" multiple>

bool IsMultipleFile { get; }

Property Value

bool

true if the DOM element has both the type attribute with the 'file' value, and the multiple attribute.

Exceptions

ObjectDisposedException

The IInputElement has already been disposed.