Class AffectedCookie
Information about a cookie that is affected by an inspector issue.
public sealed class AffectedCookie
- Inheritance
-
AffectedCookie
- Inherited Members
Properties
Domain
domain
[JsonPropertyName("domain")]
public string Domain { get; set; }
Property Value
Name
The following three properties uniquely identify a cookie
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Path
path
[JsonPropertyName("path")]
public string Path { get; set; }