CoreWebView2.DocumentTitle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the title for the current top-level document.
public string DocumentTitle { get; }
member this.DocumentTitle : string
Public ReadOnly Property DocumentTitle As String
Property Value
Examples
Remarks
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.