SystemWebViewOptions.OpenWithChromeEdgeBrowserAsync(Uri) Method

Definition

Use Microsoft Edge Chromium to navigate to the given URI. Requires the browser to be installed. On Linux, open edge if available otherwise open the default browser.

public static System.Threading.Tasks.Task OpenWithChromeEdgeBrowserAsync (Uri uri);
static member OpenWithChromeEdgeBrowserAsync : Uri -> System.Threading.Tasks.Task
Public Shared Function OpenWithChromeEdgeBrowserAsync (uri As Uri) As Task

Parameters

uri
Uri

Returns

Applies to