TransitionType Enumeration | 
Version 93.1.111 
            Transition type.
            
 
    Namespace: 
   CefSharp.DevTools.Page
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic enum TransitionType
public enum class TransitionType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Link | 0 | 
            link
             | 
 | Typed | 1 | 
            typed
             | 
 | AddressBar | 2 | 
            address_bar
             | 
 | AutoBookmark | 3 | 
            auto_bookmark
             | 
 | AutoSubframe | 4 | 
            auto_subframe
             | 
 | ManualSubframe | 5 | 
            manual_subframe
             | 
 | Generated | 6 | 
            generated
             | 
 | AutoToplevel | 7 | 
            auto_toplevel
             | 
 | FormSubmit | 8 | 
            form_submit
             | 
 | Reload | 9 | 
            reload
             | 
 | Keyword | 10 | 
            keyword
             | 
 | KeywordGenerated | 11 | 
            keyword_generated
             | 
 | Other | 12 | 
            other
             | 
See Also