Skip to main content

AppSandboxEnabled Property

If you distribute your app in App Store - it should be with sandbox enabled. This parameter enables SaveBookmarkAsync() and related APIs, as well as wrapping all storage related calls in secure context. The default value is true.

Definition

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

public bool AppSandboxEnabled { get; set; }

Property Value

Boolean

See Also

Reference

AvaloniaNativePlatformOptions Class
Avalonia Namespace