DevWebBrowserNavigate Method

Overload List

Navigate(String) Loads the document at the specified Uniform Resource Locator (URL) into the WebBrowser control, replacing the previous document.
Navigate(Uri) Loads the document at the location indicated by the specified Uri into the WebBrowser control, replacing the previous document.
Navigate(String, CookieCollection) Navigates to the specified url.
Navigate(String, Boolean) Loads the document at the specified Uniform Resource Locator (URL) into a new browser window or into the WebBrowser control.
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.
Navigate(Uri, CookieCollection) Navigates to the specified url.
Navigate(Uri, Boolean) Loads the document at the location indicated by the specified Uri into a new browser window or into the WebBrowser control.
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.
Navigate(String, Boolean, CookieCollection) Navigates to the specified url.
Navigate(Uri, Boolean, CookieCollection) Navigates to the specified url.
Navigate(String, String, 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.
Navigate(Uri, String, 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.

See Also