Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.49 KB

webview_deferredpermissionrequests.md

File metadata and controls

24 lines (17 loc) · 1.49 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.WebView.DeferredPermissionRequests
winrt property

Windows.UI.Xaml.Controls.WebView.DeferredPermissionRequests

-description

Gets a collection of permission requests that are waiting to be granted or denied.

-property-value

A collection of WebViewDeferredPermissionRequest objects that are waiting to be granted or denied.

-remarks

When you defer a WebViewPermissionRequest, a new 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

DeferredPermissionRequestById, WebViewDeferredPermissionRequest