Click or drag to resize

SaveFileParametersAcceptableExtensions Property

Gets a list of the file extensions are based on the `accept` attribute value of the HTML input element acceptable by the file chooser.

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

Property Value

Type: ListString
A ListT of the file extensions acceptable by the file chooser. The extensions do not include the preceding dot character. The list is empty in case no `accept` attribute is specified or its value is empty.
See Also