SystemWebViewOptions.OpenWithChromeEdgeBrowserAsync(Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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