WebViewControlPermissionRequest Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Copy from Windows.Web.UI.WebViewControlPermissionRequest to avoid requirement to link Windows.winmd.
For more info, see the event.
Id |
Gets the identifier for the permission request. |
Permission |
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. |
Allow() |
Grants the requested permission. |
Defer() |
Defers the permission request to be allowed or denied at a later time. |
Deny() |
Denies the requested permission. |
To |
Creates a WebViewControlPermissionRequest from Windows.Web.UI.WebViewControlPermissionRequest. |
Implicit(Web |
Performs an implicit conversion from Windows.Web.UI.WebViewControlPermissionRequest to WebViewControlPermissionRequest. |
Producto | Versiones |
---|---|
Windows Community Toolkit | 6.1.1 |