Class Frame
Frame
public sealed class Frame
- Inheritance
-
Frame
- Inherited Members
Properties
AdFrameStatus
adFrameStatus
[JsonPropertyName("adFrameStatus")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AdFrameStatus AdFrameStatus { get; set; }
Property Value
CrossOriginIsolatedContextType
crossOriginIsolatedContextType
[JsonPropertyName("crossOriginIsolatedContextType")]
public CrossOriginIsolatedContextType CrossOriginIsolatedContextType { get; set; }
Property Value
DomainAndRegistry
domainAndRegistry
[JsonPropertyName("domainAndRegistry")]
public string DomainAndRegistry { get; set; }
Property Value
GatedAPIFeatures
gatedAPIFeatures
[JsonPropertyName("gatedAPIFeatures")]
public GatedAPIFeatures[] GatedAPIFeatures { get; set; }
Property Value
Id
id
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
LoaderId
loaderId
[JsonPropertyName("loaderId")]
public string LoaderId { get; set; }
Property Value
MimeType
mimeType
[JsonPropertyName("mimeType")]
public string MimeType { get; set; }
Property Value
Name
name
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Name { get; set; }
Property Value
ParentId
parentId
[JsonPropertyName("parentId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ParentId { get; set; }
Property Value
SecureContextType
secureContextType
[JsonPropertyName("secureContextType")]
public SecureContextType SecureContextType { get; set; }
Property Value
SecurityOrigin
securityOrigin
[JsonPropertyName("securityOrigin")]
public string SecurityOrigin { get; set; }
Property Value
UnreachableUrl
unreachableUrl
[JsonPropertyName("unreachableUrl")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string UnreachableUrl { get; set; }
Property Value
Url
url
[JsonPropertyName("url")]
public string Url { get; set; }
Property Value
UrlFragment
urlFragment
[JsonPropertyName("urlFragment")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string UrlFragment { get; set; }