HtmlWindow::Url Property

 

Gets the URL corresponding to the current item displayed in the window.

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

public:
property Uri^ Url {
	Uri^ get();
}

Property Value

Type: System::Uri^

A Uri describing the URL.

This property is read-only. To navigate the window to a new document, use the Navigate method.

.NET Framework
Available since 2.0
Return to top
Show: