CoreWebView2PermissionRequestedEventArgs.IsUserInitiated Property
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.
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.