WebBrowser.Navigate Method (2007 System)
Include Protected Members
Include Inherited Members
Loads the document at the specified location into the WebBrowser control.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
Loads the document at the location indicated by the specified Uri into the WebBrowser control, replacing the previous document. (Inherited from WebBrowser.)
Loads the document at the specified Uniform Resource Locator (URL) into the WebBrowser control, replacing the previous document. (Inherited from WebBrowser.)
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. (Inherited from WebBrowser.)
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. (Inherited from WebBrowser.)
Loads the document at the location indicated by the specified Uri into a new browser window or into the WebBrowser control. (Inherited from WebBrowser.)
Loads the document at the specified Uniform Resource Locator (URL) into a new browser window or into the WebBrowser control. (Inherited from WebBrowser.)
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. (Inherited from WebBrowser.)
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. (Inherited from WebBrowser.)
Top