-api-id | -api-type |
---|---|
M:Windows.UI.Xaml.Controls.WebView.DeferredPermissionRequestById(System.UInt32) |
winrt method |
Returns the deferred permission request with the specified Id.
The Id of the deferred permission request.
The deferred permission request with the specified Id.
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.