.NET Framework Class Library
WebBrowser..::.Navigate Method

Loads the document at the specified location into the WebBrowser control.

Overload List

  NameDescription
Public methodNavigate(String)Loads the document at the specified Uniform Resource Locator (URL) into the WebBrowser control, replacing the previous document.
Public methodSupported by the .NET Compact FrameworkNavigate(Uri)Loads the document at the location indicated by the specified Uri into the WebBrowser control, replacing the previous document.
Public methodNavigate(String, Boolean)Loads the document at the specified Uniform Resource Locator (URL) into a new browser window or into the WebBrowser control.
Public methodNavigate(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.
Public methodNavigate(Uri, Boolean)Loads the document at the location indicated by the specified Uri into a new browser window or into the WebBrowser control.
Public methodSupported by the .NET Compact FrameworkNavigate(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.
Public methodNavigate(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.
Public methodNavigate(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

Reference

Tags :


Page view tracker