Class BackForwardCacheNotRestoredExplanationTree
public sealed record BackForwardCacheNotRestoredExplanationTree : IEquatable<BackForwardCacheNotRestoredExplanationTree>
- Inheritance
-
BackForwardCacheNotRestoredExplanationTree
- Implements
- Inherited Members
Constructors
BackForwardCacheNotRestoredExplanationTree(string, ImmutableArray<BackForwardCacheNotRestoredExplanation>, ImmutableArray<BackForwardCacheNotRestoredExplanationTree>)
public BackForwardCacheNotRestoredExplanationTree(string Url, ImmutableArray<BackForwardCacheNotRestoredExplanation> Explanations, ImmutableArray<BackForwardCacheNotRestoredExplanationTree> Children)
Parameters
UrlstringURL of each frame
ExplanationsImmutableArray<BackForwardCacheNotRestoredExplanation>Not restored reasons of each frame
ChildrenImmutableArray<BackForwardCacheNotRestoredExplanationTree>Array of children frame
Properties
Children
Array of children frame
public ImmutableArray<BackForwardCacheNotRestoredExplanationTree> Children { get; init; }
Property Value
Explanations
Not restored reasons of each frame
public ImmutableArray<BackForwardCacheNotRestoredExplanation> Explanations { get; init; }
Property Value
Url
URL of each frame
public string Url { get; init; }