Class CookiePartitionKey
cookiePartitionKey object The representation of the components of the key that are created by the cookiePartitionKey class contained in net/cookies/cookie_partition_key.h.
public sealed class CookiePartitionKey
- Inheritance
-
CookiePartitionKey
- Inherited Members
Properties
HasCrossSiteAncestor
Indicates if the cookie has any ancestors that are cross-site to the topLevelSite.
[JsonPropertyName("hasCrossSiteAncestor")]
public bool HasCrossSiteAncestor { get; set; }
Property Value
TopLevelSite
The site of the top-level URL the browser was visiting at the start of the request to the endpoint that set the cookie.
[JsonPropertyName("topLevelSite")]
public string TopLevelSite { get; set; }