CefJsDialogType Enumeration | 
Version 102.0.100 
            Supported JavaScript dialog types.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntaxpublic enum CefJsDialogType
public enum class CefJsDialogType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Alert | 0 | 
            Alert Dialog
             | 
 | Confirm | 1 | 
            Confirm Dialog
             | 
 | Prompt | 2 | 
            Prompt Dialog
             | 
See Also