WebView.DocumentTitle 属性

定义

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

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

属性值

String

Platform::String

winrt::hstring

页标题。

适用于