Class TargetInfo
TargetInfo
public sealed class TargetInfo
- Inheritance
-
TargetInfo
- Inherited Members
Properties
Attached
attached
[JsonPropertyName("attached")]
public bool Attached { get; set; }
Property Value
BrowserContextId
browserContextId
[JsonPropertyName("browserContextId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string BrowserContextId { get; set; }
Property Value
CanAccessOpener
canAccessOpener
[JsonPropertyName("canAccessOpener")]
public bool CanAccessOpener { get; set; }
Property Value
OpenerFrameId
openerFrameId
[JsonPropertyName("openerFrameId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string OpenerFrameId { get; set; }
Property Value
OpenerId
openerId
[JsonPropertyName("openerId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string OpenerId { get; set; }
Property Value
Subtype
subtype
[JsonPropertyName("subtype")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Subtype { get; set; }
Property Value
TargetId
targetId
[JsonPropertyName("targetId")]
public string TargetId { get; set; }
Property Value
Title
title
[JsonPropertyName("title")]
public string Title { get; set; }
Property Value
Type
type
[JsonPropertyName("type")]
public string Type { get; set; }
Property Value
Url
url
[JsonPropertyName("url")]
public string Url { get; set; }