IInputElementIsMultipleFile Property |
Indicates whether the DOM element has both the type attribute with the
'file' value, and the multiple attribute, for example: <input type="file" multiple>
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax bool IsMultipleFile { get; }
Property Value
Type:
Booleantrue if the DOM element has both the type attribute with the
'file' value, and the multiple attribute.
Exceptions Exception | Condition |
---|
ObjectDisposedException | The IInputElement has already been disposed. |
See Also