Table of Contents

Property UseShellExecute

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

UseShellExecute

Gets or sets whether to use our ShellExecute(string, string?, string?) for opening the Url or allow native control to open it.

public static bool UseShellExecute { get; set; }

Property Value

bool

Remarks

On Linux (Ubuntu 23) native control has errors with opening urls, so this property is true by default and we do not use it.