HtmlWindow.Url 屬性

定義

取得 URL,其對應到顯示在視窗中的目前項目。

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

屬性值

Uri

Uri,描述這個 URL。

備註

這個屬性是唯讀的。 若要將視窗巡覽至新檔,請使用 Navigate 方法。

適用於