VsShellUtilities::OpenSystemBrowser Method (String^)

 

Open the system default browser on the given URL.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static void OpenSystemBrowser(
	String^ page
)

Parameters

page
Type: System::String^

The URL to open.

Return to top
Show: