इसके माध्यम से साझा किया गया


WebUIView.DocumentTitle Property

Definition

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

public:
 property Platform::String ^ DocumentTitle { Platform::String ^ get(); };
winrt::hstring DocumentTitle();
public string DocumentTitle { get; }
var string = webUIView.documentTitle;
Public ReadOnly Property DocumentTitle As String

Property Value

String

Platform::String

winrt::hstring

The page title.

Implements

Applies to