CoreWebView2PermissionRequestedEventArgs.State Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the status of a permission request. For example, whether the request is granted. The default value is @CoreWebView2PermissionState$.Default.
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.