WebUIView.DocumentTitle 属性

定义

获取当前显示在视图中的页面的标题。

public:
 property Platform::String ^ DocumentTitle { Platform::String ^ get(); };
winrt::hstring DocumentTitle();
public string DocumentTitle { get; }
var string = webUIView.documentTitle;
Public ReadOnly Property DocumentTitle As String

属性值

String

Platform::String

winrt::hstring

页标题。

实现

适用于