Class PreloadingAttemptKey
A key that identifies a preloading attempt.
The url used is the url specified by the trigger (i.e. the initial URL), and not the final url that is navigated to. For example, prerendering allows same-origin main frame navigations during the attempt, but the attempt is still keyed with the initial URL.
public sealed class PreloadingAttemptKey
- Inheritance
-
PreloadingAttemptKey
- Inherited Members
Properties
Action
action
[JsonPropertyName("action")]
public SpeculationAction Action { get; set; }
Property Value
LoaderId
loaderId
[JsonPropertyName("loaderId")]
public string LoaderId { get; set; }
Property Value
TargetHint
targetHint
[JsonPropertyName("targetHint")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SpeculationTargetHint? TargetHint { get; set; }
Property Value
Url
url
[JsonPropertyName("url")]
public string Url { get; set; }