SpeculationAction Enumeration |
Version 130.1.90
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.PreloadAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum SpeculationAction
public enum class SpeculationAction
Members Member name | Value | Description |
---|
Prefetch | 0 |
Prefetch
|
Prerender | 1 |
Prerender
|
See Also