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

頁面標題。

適用於