Class BackForwardCacheNotRestoredExplanation
BackForwardCacheNotRestoredExplanation
public sealed class BackForwardCacheNotRestoredExplanation
- Inheritance
-
BackForwardCacheNotRestoredExplanation
- Inherited Members
Properties
Context
context
[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
reason
[JsonPropertyName("reason")]
public BackForwardCacheNotRestoredReason Reason { get; set; }
Property Value
Type
type
[JsonPropertyName("type")]
public BackForwardCacheNotRestoredReasonType Type { get; set; }