Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.22 KB

webviewdeferredpermissionrequest.md

File metadata and controls

22 lines (15 loc) · 1.22 KB
-api-id -api-type
T:Windows.UI.Xaml.Controls.WebViewDeferredPermissionRequest
winrt class

Windows.UI.Xaml.Controls.WebViewDeferredPermissionRequest

-description

Represents a deferred request for permissions in a WebView.

-remarks

For more info, see the WebView.PermissionRequested event.

When a WebViewPermissionRequest is deferred, a WebViewDeferredPermissionRequest is created with the same Id and added to the DeferredPermissionRequests collection. When you are ready to act on the request, call the DeferredPermissionRequestById method and pass the Id of the deferred request. After you retrieve the request, you can call the Allow method to grant the request, or call the Deny method to deny the request.

-examples

-see-also