System.Windows.Forms.HtmlHistory.Go Method

Navigates to the specified Uniform Resource Locator (URL).

Syntax

public void Go (string urlString)

Parameters

urlString
The URL you want to display. This may be a relative or virtual URL (for example, page.html, path/page.html, or /path/to/page.html), in which case the current Web page's URL is used as a base.

Remarks

Using HtmlHistory.Go(string) is equivalent to using either the WebBrowser.Url property or the erload:System.Windows.Forms.WebBrowser.Navigate method of the System.Windows.Forms.WebBrowser control.

Requirements

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