Click or drag to resize

FilteredFileChooserParametersAcceptableExtensions Property

Gets the file extensions acceptable by the file chooser.

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public IEnumerable<string> AcceptableExtensions { get; }

Property Value

Type: IEnumerableString
The file extensions acceptable by the file chooser. The collection is empty in case no accept attribute 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.
See Also