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