CoreWebView2ScriptDialogKind Enum
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.
Specifies the JavaScript dialog kind used in CoreWebView2ScriptDialogOpeningEventArgs.
public enum CoreWebView2ScriptDialogKind
type CoreWebView2ScriptDialogKind =
Public Enum CoreWebView2ScriptDialogKind
- Inheritance
-
CoreWebView2ScriptDialogKind
Fields
Name | Value | Description |
---|---|---|
Alert | 0 | Indicates that the dialog uses |
Confirm | 1 | Indicates that the dialog uses |
Prompt | 2 | Indicates that the dialog uses |
Beforeunload | 3 | Indicates that the dialog uses |