HtmlWindow.Url 属性

定义

获取与窗口中显示的当前项对应的 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

Uri描述 URL。

注解

此属性为只读。 若要将窗口导航到新文档,请使用 Navigate 该方法。

适用于