SpeculationAction Enumeration |
Version 118.6.80
The type of preloading attempted. It corresponds to
mojom::SpeculationAction (although PrefetchWithSubresources is omitted as it
isn't being used by clients).
Namespace:
CefSharp.DevTools.Preload
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public enum SpeculationAction
public enum class SpeculationAction
Members
| Member name | Value | Description |
---|
| Prefetch | 0 |
Prefetch
|
| Prerender | 1 |
Prerender
|
See Also