Class WindowRealmInfo
public sealed record WindowRealmInfo : RealmInfo, IEquatable<EventArgs>, IEquatable<RealmInfo>, IEquatable<WindowRealmInfo>
- Inheritance
-
WindowRealmInfo
- Implements
- Inherited Members
Constructors
WindowRealmInfo(Realm, string, BrowsingContext)
public WindowRealmInfo(Realm Realm, string Origin, BrowsingContext Context)
Parameters
RealmRealmOriginstringContextBrowsingContext
Properties
Context
public BrowsingContext Context { get; init; }
Property Value
Sandbox
public string? Sandbox { get; set; }