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