CoreWebView2PermissionState Enum

Specifies the response to a permission request.

Name Value Description
Default 0x0 Specifies that the default browser behavior is used, which normally prompts users for decision.
Allow 0x1 Specifies that the permission request is granted.
Deny 0x2 Specifies that the permission request is denied.

Referenced by