SpeculationTargetHint Enumeration |
Version 118.6.80
Corresponds to mojom::SpeculationTargetHint.
See https://github.com/WICG/nav-speculation/blob/main/triggers.md#window-name-targeting-hints
Namespace:
CefSharp.DevTools.Preload
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public enum SpeculationTargetHint
public enum class SpeculationTargetHint
Members
| Member name | Value | Description |
---|
| Blank | 0 |
Blank
|
| Self | 1 |
Self
|
See Also