ICoreWebView2PermissionRequestedEventArgs.GetDeferral

Gets an ICoreWebView2Deferral object. Use the deferral object to make the permission decision at a later time. The deferral only applies to the current request, and does not prevent the PermissionRequested event from getting raised for new requests. However, for some permission kinds the WebView will avoid creating a new request if there is a pending request of the same kind.

interface ICoreWebView2PermissionRequestedEventArgs
HRESULT
GetDeferral

Meta