CoreWebView2ScriptDialogOpeningEventArgs.Kind 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.
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.