Class AffectedCookie
Information about a cookie that is affected by an inspector issue.
public sealed record AffectedCookie : IEquatable<AffectedCookie>
- Inheritance
-
AffectedCookie
- Implements
- Inherited Members
Constructors
AffectedCookie(string, string, string)
Information about a cookie that is affected by an inspector issue.
public AffectedCookie(string Name, string Path, string Domain)
Parameters
Properties
Domain
public string Domain { get; init; }
Property Value
Name
The following three properties uniquely identify a cookie
public string Name { get; init; }
Property Value
Path
public string Path { get; init; }