Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.17 KB

iwebviewcontrol_getdeferredpermissionrequestbyid_614999640.md

File metadata and controls

28 lines (19 loc) · 1.17 KB
-api-id -api-type
M:Windows.Web.UI.IWebViewControl.GetDeferredPermissionRequestById(System.UInt32,Windows.Web.UI.WebViewControlDeferredPermissionRequest@)
winrt method

Windows.Web.UI.IWebViewControl.GetDeferredPermissionRequestById

-description

Returns the deferred permission request with the specified Id.

-parameters

-param id

The Id of the deferred permission request.

-param result

The deferred permission request with the specified Id.

-remarks

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.

-see-also

-examples