Edit

Share via


WebViewControlPermissionRequest Class

Definition

Represents a request for permissions in an IWebView. This class cannot be inherited.

public sealed class WebViewControlPermissionRequest
type WebViewControlPermissionRequest = class
Public NotInheritable Class WebViewControlPermissionRequest
Inheritance
WebViewControlPermissionRequest

Remarks

Copy from Windows.Web.UI.WebViewControlPermissionRequest to avoid requirement to link Windows.winmd.

For more info, see the event.

Properties

Id

Gets the identifier for the permission request.

PermissionType

Gets the type of the permission that's requested.

State

Gets the current state of the permission request.

Uri

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

Methods

Allow()

Grants the requested permission.

Defer()

Defers the permission request to be allowed or denied at a later time.

Deny()

Denies the requested permission.

ToWebViewControlPermissionRequest(WebViewControlPermissionRequest)

Creates a WebViewControlPermissionRequest from Windows.Web.UI.WebViewControlPermissionRequest.

Operators

Implicit(WebViewControlPermissionRequest to WebViewControlPermissionRequest)

Performs an implicit conversion from Windows.Web.UI.WebViewControlPermissionRequest to WebViewControlPermissionRequest.

Applies to

See also