Table of Contents

Enum CoreWebView2PermissionState

Namespace
Microsoft.Web.WebView2.Core
Assembly
Microsoft.Web.WebView2.Core.dll

Specifies the response to a permission request.

public enum CoreWebView2PermissionState

Fields

Allow = 1

Specifies that the permission request is granted.

Default = 0

Specifies that the default browser behavior is used, which normally prompts users for decision.

Deny = 2

Specifies that the permission request is denied.