Field OpenUrlOverride
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
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