Class Target.Context
public record Target.Context : Target, IEquatable<Target>, IEquatable<Target.Context>
- Inheritance
-
Target.Context
- Implements
- Inherited Members
Constructors
Context(BrowsingContext)
public Context(BrowsingContext Target)
Parameters
Target
BrowsingContext
Properties
Sandbox
public string? Sandbox { get; set; }
Property Value
Target
[JsonPropertyName("context")]
public BrowsingContext Target { get; init; }