共用方式為


HtmlDocument.Url 屬性

定義

取得描述此文件位置的網址。

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

屬性值

Uri

代表本文件網址的 A Uri

備註

這個屬性是唯讀的。 要導航到新文件,請使用 Url 控制項 WebBrowser 上的屬性。

適用於