Skip to main content

PreferFileDialogPolyfill Property

Avalonia uses "native-file-system-adapter" polyfill for the file dialogs. If native implementation is available, by default it is used. This property forces polyfill to be always used. For more details, see https://github.com/jimmywarting/native-file-system-adapter#a-note-when-downloading-with-the-polyfilled-version.

Definition

Namespace: Avalonia.Browser
Assembly: Avalonia.Browser (in Avalonia.Browser.dll)

public bool PreferFileDialogPolyfill { get; set; }

Property Value

Boolean

See Also

Reference

BrowserPlatformOptions Class
Avalonia.Browser Namespace