Table of Contents

Field OpenUrlOverride

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

Gets or sets a function that opens a URL in the default browser. This function can be used to override the default behavior and is called when OpenUrl(string?) is invoked.

public static Func<string?, bool>? OpenUrlOverride

Returns

Func<string, bool>
Gets or sets a function that opens a URL in the default browser. This function can be used to override the default behavior and is called when is invoked.