Table of Contents

Property AcceptableExtensions

Namespace
DotNetBrowser.Browser.Dialogs.Handlers
Assembly
DotNetBrowser.dll

AcceptableExtensions

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

public List<string> AcceptableExtensions { get; }

Property Value

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.