CoreWebView2PermissionRequestedEventArgs.State Property

Definition

Gets or sets the status of a permission request. For example, whether the request is granted.

public Microsoft.Web.WebView2.Core.CoreWebView2PermissionState State { get; set; }
member this.State : Microsoft.Web.WebView2.Core.CoreWebView2PermissionState with get, set
Public Property State As CoreWebView2PermissionState

Property Value

Remarks

The default value is Default.

Applies to