EmbeddedWebViewOptions.Title 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.
Forces a static title to be set on the window hosting the browser. If not configured, the widow's title is set to the web page title.
public string Title { get; set; }
member this.Title : string with get, set
Public Property Title As String
Property Value
Remarks
Currently only affects the windows desktop apps (WebView1 / Vulcan and WebView2 browser).