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.24.1
Syntaxbool IsMultipleFile { get; }
Property Value
Type:
Booleantrue if the DOM element has both the type attribute with the
'file' value, and the multiple attribute.
ExceptionsException | Condition |
---|
ObjectDisposedException | The IInputElement has already been disposed. |
See Also