Click or drag to resize

SaveFileParameters.AcceptableExtensions 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.27.6
Syntax
C#
public List<string> AcceptableExtensions { get; }

Property Value

Type: List<String>
A List<T> 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