HtmlWindow.Url Property

Definition

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

public:
 property Uri ^ Url { Uri ^ get(); };
public Uri Url { get; }
public Uri? Url { get; }
member this.Url : Uri
Public ReadOnly Property Url As Uri

Property Value

Uri

A Uri describing the URL.

Remarks

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

Applies to