Class SystemDefaultBrowser
Default implementation of IBrowser.
public class SystemDefaultBrowser : IBrowser
- Inheritance
-
SystemDefaultBrowser
- Implements
- Inherited Members
Remarks
This implementation starts a new process to open the requested URL using the default web browser configured for the system.
Methods
OpenUrl(Uri)
Open a URL for user to interact with a page.
public void OpenUrl(Uri url)
Parameters
urlUriURL to navigate to.
Remarks
Used in authentication flows.
Exceptions
- ArgumentNullException
urlwasnull.- ArgumentException
urlis not a valid HTTP/HTTPS URL or contains OS meta-characters.