LauncherOptions.IgnoreAppUriHandlers Property

Definition

Indicates whether to ignore handlers that can handle http(s) schemes (such as browsers). Instead, launch will fall back to the default browser.

public:
 property bool IgnoreAppUriHandlers { bool get(); void set(bool value); };
bool IgnoreAppUriHandlers();

void IgnoreAppUriHandlers(bool value);
public bool IgnoreAppUriHandlers { get; set; }
var boolean = launcherOptions.ignoreAppUriHandlers;
launcherOptions.ignoreAppUriHandlers = boolean;
Public Property IgnoreAppUriHandlers As Boolean

Property Value

Boolean

bool

True indicates that apps that can handle http(s) schemes will be ignored and instead the URI will be opened in the default browser; false otherwise.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Applies to