System.Windows.Forms.WebBrowser.Navigate Method

Loads the document at the specified Uniform Resource Locator (URL) into the System.Windows.Forms.WebBrowser control, replacing the contents of the Web page frame with the specified name.

Syntax

public void Navigate (string urlString, string targetFrameName)

Parameters

urlString
The URL of the document to load.
targetFrameName
The name of the frame in which to load the document.

Remarks

The System.Windows.Forms.WebBrowser control maintains a history list of all the Web pages visited during a browsing session. When you call this overload, the System.Windows.Forms.WebBrowser control loads the document at the specified URI into the Web page frame with the specified name, and adds the URI to the end of the history list. If the frame name specified is invalid, the document is loaded into a new Internet Explorer window.

Use the WebBrowser.GoBack method to return the control to a previous page in the navigation history. Use the WebBrowser.GoForward method to return to a later page in the navigation history after navigating backward.

The System.Windows.Forms.WebBrowser control stores Web pages from recently visited sites in a cache on the local hard disk. Each page can specify an expiration date indicating how long it will remain in the cache. When the control navigates to a page, it saves time by displaying a cached version, if one is available, rather than downloading the page again. Use the WebBrowser.Refresh method to force the System.Windows.Forms.WebBrowser control to reload the current page by downloading it, ensuring that the control displays the latest version.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0