HtmlHistory::Go Method (String^)

 

Navigates to the specified Uniform Resource Locator (URL).

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

public:
void Go(
	String^ urlString
)

Parameters

urlString
Type: System::String^

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.

Using Go is equivalent to using either the Url property or the Navigate method of the WebBrowser control.

.NET Framework
Available since 2.0
Return to top
Show: