HtmlHistory::Go Method (String^)
.NET Framework (current version)
Navigates to the specified Uniform Resource Locator (URL).
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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
Available since 2.0
Show: