CoreWebView2PermissionRequestedEventArgs.IsUserInitiated Property

Definition

true when the permission request was initiated through a user gesture such as clicking an anchor tag with target.

public bool IsUserInitiated { get; }
member this.IsUserInitiated : bool
Public ReadOnly Property IsUserInitiated As Boolean

Property Value

Remarks

Being initiated through a user gesture does not mean that user intended to access the associated resource.

Applies to