WebViewControl.DocumentTitle Property

Definition

Gets the title of the page currently displayed in the control.

For more info, see 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

Property Value

String

Platform::String

winrt::hstring

The page title.

Implements

Applies to