Class PreloadingAttemptKey
PreloadingAttemptKey
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; }