WebViewControl.DocumentTitle 属性

定义

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

有关详细信息,请参阅 Windows.Web.UI.IWebViewControl

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

属性值

String

Platform::String

winrt::hstring

页标题。

实现

适用于