SystemWebViewOptions.OpenWithEdgeBrowserAsync(Uri) Method

Definition

Use Microsoft Edge to navigate to the given URI. On non-windows platforms it uses whatever browser is the default.

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

Parameters

uri
Uri

Returns

Applies to