WebView.DocumentTitle Proprietà

Definizione

Ottiene il titolo della pagina attualmente visualizzata in 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

Valore della proprietà

String

Platform::String

winrt::hstring

Titolo della pagina.

Si applica a