Class BackForwardCacheNotRestoredExplanation
BackForwardCacheNotRestoredExplanation
public sealed class BackForwardCacheNotRestoredExplanation
- Inheritance
-
BackForwardCacheNotRestoredExplanation
- Inherited Members
Properties
Context
Context associated with the reason. The meaning of this context is dependent on the reason:
- EmbedderExtensionSentMessageToCachedFrame: the extension ID.
[JsonPropertyName("context")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Context { get; set; }
Property Value
Details
details
[JsonPropertyName("details")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public BackForwardCacheBlockingDetails[]? Details { get; set; }
Property Value
Reason
Not restored reason
[JsonPropertyName("reason")]
public BackForwardCacheNotRestoredReason Reason { get; set; }
Property Value
Type
Type of the reason
[JsonPropertyName("type")]
public BackForwardCacheNotRestoredReasonType Type { get; set; }