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)
- C#
- VB
- F#
public bool PreferFileDialogPolyfill { get; set; }
Public Property PreferFileDialogPolyfill As Boolean
Get
Set
member PreferFileDialogPolyfill : bool with get, set