CoreWebView2ControllerOptions Class

Definition

Used to manage profile options that created by CreateCoreWebView2ControllerOptions().

public class CoreWebView2ControllerOptions
type CoreWebView2ControllerOptions = class
Public Class CoreWebView2ControllerOptions
Inheritance
CoreWebView2ControllerOptions

Properties

AllowHostInputProcessing

Allows user input messages to pass through the browser window to be received by an app process window.

IsInPrivateModeEnabled

Manage the controller's InPrivate mode.

LocaleRegion

Manages the value of the controller's locale region.

ProfileName

Manage the name of the controller's profile.

ScriptLocale

Manages the value of the controller's script locale.

Applies to