ShowWebBrowser Command

 

For the latest documentation on Visual Studio 2017, see Visual Studio 2017 Documentation.

For the latest documentation on Visual Studio 2017, see ShowWebBrowser Command on docs.microsoft.com. Displays the URL you specify in a Web browser window either within the integrated development environment (IDE) or external to the IDE.

View.ShowWebBrowser URL [/new][/ext]  

URL
Required. URL (Uniform Resource Locator) for the Web site.

/new
Optional. Specifies that the page appears in a new instance of the Web browser.

/ext
Optional. Specifies that the page appears in the default Web browser outside of the IDE.

The alias for the ShowWebBrowser command is navigate or nav.

The following example displays the MSDN Online home page in a Web browser outside of the IDE. If an instance of the Web browser is already open, it is used; otherwise a new instance is launched.

>View.ShowWebBrowser http://msdn.microsoft.com /ext  

Visual Studio Commands
Command Window
Find/Command Box
Visual Studio Command Aliases

Show: