HtmlHistory::Go Method (Uri^)

 

Navigates to the specified Uniform Resource Locator (URL).

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

public:
void Go(
	Uri^ url
)

Parameters

url
Type: System::Uri^

The URL as a Uri object.

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: