HtmlDocument.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。

備註

這個屬性是唯讀的。 若要流覽至新檔,請使用 Url 控制項上的 WebBrowser 屬性。

適用於