WebView.DocumentTitle Property

Definition

Gets the title of the page currently displayed in the 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

Property Value

String

Platform::String

winrt::hstring

The page title.

Applies to