Table of Contents

Class EmbeddedWebViewOptions

Namespace
Microsoft.Identity.Client
Assembly
Microsoft.Identity.Client.dll

Options for using the embedded webview.

public class EmbeddedWebViewOptions
Inheritance
EmbeddedWebViewOptions
Inherited Members

Constructors

EmbeddedWebViewOptions()

public EmbeddedWebViewOptions()

Properties

Title

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; }

Property Value

string

Remarks

Currently only affects the windows desktop apps (WebView1 / Vulcan and WebView2 browser).