CoreWebView2CreationProperties.IsInPrivateModeEnabled Property

Definition

Gets or sets the value to use for the IsInPrivateModeEnabled property of the CoreWebView2ControllerOptions parameter passed to CreateCoreWebView2ControllerWithOptionsAsync when creating an controller with this instance.

public bool? IsInPrivateModeEnabled { get; set; }
member this.IsInPrivateModeEnabled : Nullable<bool> with get, set
Public Property IsInPrivateModeEnabled As Nullable(Of Boolean)

Property Value

Applies to