CoreWebView2PermissionRequestedEventArgs Class
Definition
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.
Event args for the PermissionRequested event.
public class CoreWebView2PermissionRequestedEventArgs
public class CoreWebView2PermissionRequestedEventArgs : EventArgs
type CoreWebView2PermissionRequestedEventArgs = class
type CoreWebView2PermissionRequestedEventArgs = class
inherit EventArgs
Public Class CoreWebView2PermissionRequestedEventArgs
Public Class CoreWebView2PermissionRequestedEventArgs
Inherits EventArgs
- Inheritance
-
CoreWebView2PermissionRequestedEventArgs
- Inheritance
-
CoreWebView2PermissionRequestedEventArgs
Properties
Handled |
The host may set this flag to |
IsUserInitiated |
|
PermissionKind |
Gets the kind of the permission that is requested. |
SavesInProfile |
Set the |
State |
Gets or sets the status of a permission request. For example, whether the request is granted. The default value is @CoreWebView2PermissionState$.Default. |
Uri |
Gets the origin of the web content that requests the permission. |
Methods
GetDeferral() |
Gets a Deferral object. |