Class BackForwardCacheNotUsedEventArgs
BackForwardCacheNotUsed
public sealed class BackForwardCacheNotUsedEventArgs : EventArgs
- Inheritance
-
BackForwardCacheNotUsedEventArgs
- Inherited Members
Properties
FrameId
Gets or sets the frameId
[JsonPropertyName("frameId")]
public string FrameId { get; set; }
Property Value
LoaderId
Gets or sets the loaderId
[JsonPropertyName("loaderId")]
public string LoaderId { get; set; }
Property Value
NotRestoredExplanations
Gets or sets the notRestoredExplanations
[JsonPropertyName("notRestoredExplanations")]
public BackForwardCacheNotRestoredExplanation[] NotRestoredExplanations { get; set; }
Property Value
NotRestoredExplanationsTree
Gets or sets the notRestoredExplanationsTree
[JsonPropertyName("notRestoredExplanationsTree")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public BackForwardCacheNotRestoredExplanationTree NotRestoredExplanationsTree { get; set; }