NavigationType Enumeration |
Version 118.6.80
The type of a frameNavigated event.
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public enum NavigationType
public enum class NavigationType
Members
| Member name | Value | Description |
---|
| Navigation | 0 |
Navigation
|
| BackForwardCacheRestore | 1 |
BackForwardCacheRestore
|
See Also