次の方法で共有


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

ページ タイトル。

実装

適用対象