VsShellUtilities.OpenSystemBrowser(String) 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.
Open the system default browser on the given URL.
public:
static void OpenSystemBrowser(System::String ^ page);
public:
static void OpenSystemBrowser(Platform::String ^ page);
static void OpenSystemBrowser(std::wstring const & page);
public static void OpenSystemBrowser (string page);
static member OpenSystemBrowser : string -> unit
Public Shared Sub OpenSystemBrowser (page As String)
Public Sub OpenSystemBrowser (page As String)
Parameters
- page
- String
The URL to open.