ICoreWebView2.get_DocumentTitle

The title for the current top-level document. If the document has no explicit title or is otherwise empty, a default that may or may not match the URI of the document is used.

The caller must free the returned string with CoTaskMemFree. See API Conventions.

interface ICoreWebView2
@" propget"
HRESULT
get_DocumentTitle
(
LPWSTR* title
)
Suggestion Box / Bug Report