WindowOpenDisposition Enumeration | 
Version 93.1.111 
            The manner in which a link click should be opened.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic enum WindowOpenDisposition
public enum class WindowOpenDisposition
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Unknown | 0 | 
            An enum constant representing the unknown option.
             | 
 | CurrentTab | 1 | 
            An enum constant representing the current tab option.
             | 
 | SingletonTab | 2 | 
            Indicates that only one tab with the url should exist in the same window
             | 
 | NewForegroundTab | 3 | 
            An enum constant representing the new foreground tab option.
             | 
 | NewBackgroundTab | 4 | 
            An enum constant representing the new background tab option.
             | 
 | NewPopup | 5 | 
            An enum constant representing the new popup option.
             | 
 | NewWindow | 6 | 
            An enum constant representing the new window option.
             | 
 | SaveToDisk | 7 | 
            An enum constant representing the save to disk option.
             | 
 | OffTheRecord | 8 | 
            An enum constant representing the off the record option.
             | 
 | IgnoreAction | 9 | 
            An enum constant representing the ignore action option.
             | 
See Also