Class BackForwardCacheNotRestoredExplanation
public sealed record BackForwardCacheNotRestoredExplanation : IEquatable<BackForwardCacheNotRestoredExplanation>
- Inheritance
-
BackForwardCacheNotRestoredExplanation
- Implements
- Inherited Members
Constructors
BackForwardCacheNotRestoredExplanation(BackForwardCacheNotRestoredReasonType, BackForwardCacheNotRestoredReason)
public BackForwardCacheNotRestoredExplanation(BackForwardCacheNotRestoredReasonType Type, BackForwardCacheNotRestoredReason Reason)
Parameters
TypeBackForwardCacheNotRestoredReasonTypeType of the reason
ReasonBackForwardCacheNotRestoredReasonNot restored reason
Properties
Context
Context associated with the reason. The meaning of this context is dependent on the reason:
- EmbedderExtensionSentMessageToCachedFrame: the extension ID.
public string? Context { get; init; }
Property Value
Details
public ImmutableArray<BackForwardCacheBlockingDetails>? Details { get; init; }
Property Value
Reason
Not restored reason
public BackForwardCacheNotRestoredReason Reason { get; init; }
Property Value
Type
Type of the reason
public BackForwardCacheNotRestoredReasonType Type { get; init; }