BackForwardCacheNotRestoredReasonType Enumeration |
Version 94.4.20
Types of not restored reasons for back-forward cache.
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax public enum BackForwardCacheNotRestoredReasonType
public enum class BackForwardCacheNotRestoredReasonType
Members
| Member name | Value | Description |
---|
| SupportPending | 0 |
SupportPending
|
| PageSupportNeeded | 1 |
PageSupportNeeded
|
| Circumstantial | 2 |
Circumstantial
|
See Also