HtmlWindow::Navigate Method (Uri^)

 

Displays a new document in the current window.

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

public:
void Navigate(
	Uri^ url
)

Parameters

url
Type: System::Uri^

The location, specified as a Uri, of the document or object to display in the current window.

.NET Framework
Available since 2.0
Return to top
Show: