HtmlDocument::Url Property

 

Gets the URL describing the location of this document.

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 representing this document's URL.

This property is read-only. To navigate to a new document, use the Url property on the WebBrowser control.

.NET Framework
Available since 2.0
Return to top
Show: