Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 968 Bytes

webviewpermissionrequest_id.md

File metadata and controls

25 lines (17 loc) · 968 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.WebViewPermissionRequest.Id
winrt property

Windows.UI.Xaml.Controls.WebViewPermissionRequest.Id

-description

Gets the identifier for the permission request.

-property-value

The identifier for the permission request.

-remarks

If you defer a permission request, save the Id to use later to retrieve the deferred request.

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