CoreWebView2ScriptDialogOpeningEventArgs.Kind Property

Definition

Gets the kind of JavaScript dialog box.

public Microsoft.Web.WebView2.Core.CoreWebView2ScriptDialogKind Kind { get; }
member this.Kind : Microsoft.Web.WebView2.Core.CoreWebView2ScriptDialogKind
Public ReadOnly Property Kind As CoreWebView2ScriptDialogKind

Property Value

Remarks

Accept, confirm, prompt, or beforeunload.

Applies to

See also