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