WebViewControlDeferredPermissionRequest Class

Definition

Represents a deferred request for permissions in an IWebViewControl.

public ref class WebViewControlDeferredPermissionRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebViewControlDeferredPermissionRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebViewControlDeferredPermissionRequest
Public NotInheritable Class WebViewControlDeferredPermissionRequest
Inheritance
Object Platform::Object IInspectable WebViewControlDeferredPermissionRequest
Attributes

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Remarks

For more info, see the IWebViewControl.PermissionRequested event.

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.

Properties

Id

Gets the identifier for the permission request.

PermissionType

Gets a value that indicates the type of permission that's requested.

Uri

Gets the Uniform Resource Identifier (URI) of the content where the permission request originated.

Methods

Allow()

Grants the requested permission.

Deny()

Denies the requested permission.

Applies to