WebViewDeferredPermissionRequest.Id Property

Definition

Gets the identifier for the permission request.

public:
 property unsigned int Id { unsigned int get(); };
uint32_t Id();
public uint Id { get; }
var uInt32 = webViewDeferredPermissionRequest.id;
Public ReadOnly Property Id As UInteger

Property Value

UInt32

unsigned int

uint32_t

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.

Applies to