SystemWebViewOptions.OpenWithEdgeBrowserAsync(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 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