Windows.UI.Xaml.Controls.WebViewDeferredPermissionRequest.Id

May 17, 2019 ยท View on GitHub

-description

Gets the identifier for the permission request.

-property-value

The identifier for the permission request.

-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.

-examples

-see-also