Share via


EmbeddedWebViewOptions.Title Property

Definition

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).

Applies to