SystemWebViewOptions.OpenBrowserAsync Property
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.
Allows developers to implement their own logic for starting a browser and navigating to a specific Uri. MSAL will use this when opening the browser. Leave it null and the user configured browser will be used. Consider using the static helpers OpenWithEdgeBrowserAsync and OpenWithChromeEdgeBrowserAsync
public Func<Uri,System.Threading.Tasks.Task> OpenBrowserAsync { get; set; }
member this.OpenBrowserAsync : Func<Uri, System.Threading.Tasks.Task> with get, set
Public Property OpenBrowserAsync As Func(Of Uri, Task)