This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
WebBrowser..::.Navigate Method
Loads the document at the specified location into the WebBrowser control.

Overload List
|
| Name | Description |
|---|
.gif) | Navigate(String) |
Loads the document at the specified Uniform Resource Locator (URL) into the WebBrowser control, replacing the previous document.
|
.gif) .gif) | Navigate(Uri) |
Loads the document at the location indicated by the specified Uri into the WebBrowser control, replacing the previous document.
|
.gif) | Navigate(String, Boolean) |
Loads the document at the specified Uniform Resource Locator (URL) into a new browser window or into the WebBrowser control.
|
.gif) | Navigate(String, String) |
Loads the document at the specified Uniform Resource Locator (URL) into the WebBrowser control, replacing the contents of the Web page frame with the specified name.
|
.gif) | Navigate(Uri, Boolean) |
Loads the document at the location indicated by the specified Uri into a new browser window or into the WebBrowser control.
|
.gif) .gif) | Navigate(Uri, String) |
Loads the document at the location indicated by the specified Uri into the WebBrowser control, replacing the contents of the Web page frame with the specified name.
|
.gif) | Navigate(String, String, array<Byte>[]()[], String) |
Loads the document at the specified Uniform Resource Locator (URL) into the WebBrowser control, requesting it using the specified HTTP data and replacing the contents of the Web page frame with the specified name.
|
.gif) | Navigate(Uri, String, array<Byte>[]()[], String) |
Loads the document at the location indicated by the specified Uri into the WebBrowser control, requesting it using the specified HTTP data and replacing the contents of the Web page frame with the specified name.
|
Top

See Also