Table of Contents

Property Files

Namespace
DotNetBrowser.Dom
Assembly
DotNetBrowser.dll

Files

Gets or sets the collection of absolute or relative paths to files if the current input DOM element has the type attribute with the 'file' value.

IEnumerable<string> Files { get; set; }

Property Value

IEnumerable<string>

The collection of absolute or relative paths to files if the current input DOM element has the type attribute with the 'file' value. If the element has no files selected, this will be an empty string.

Exceptions

ObjectDisposedException

The IInputElement has already been disposed.

ArgumentException

The value is null, empty, or contains only blank characters.