共用方式為


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

頁面標題。

實作

適用於