Property AcceptableExtensions
- Namespace
- DotNetBrowser.Browser.Dialogs.Handlers
- Assembly
- DotNetBrowser.dll
AcceptableExtensions
Gets the file extensions acceptable by the file chooser.
public IEnumerable<string> AcceptableExtensions { get; }
Property Value
- IEnumerable<string>
The file extensions acceptable by the file chooser. The collection is empty in case no
acceptattribute is specified or its value is empty.
Remarks
The acceptable file extensions are based on the accept attribute value of the HTML input
element. The extensions do not include the preceding dot character.