TransitionType Enumeration |
Version 104.4.240
Transition type.
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax public 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