Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.08 KB

webviewpermissionrequest_defer_1945301616.md

File metadata and controls

20 lines (14 loc) · 1.08 KB
-api-id -api-type
M:Windows.UI.Xaml.Controls.WebViewPermissionRequest.Defer
winrt method

Windows.UI.Xaml.Controls.WebViewPermissionRequest.Defer

-description

Defers the permission request to be allowed or denied at a later time.

-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