Table of Contents

Class CookieListItem

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class CookieListItem
Inheritance
CookieListItem
Inherited Members

Constructors

CookieListItem()

public CookieListItem()

Fields

Domain

[Value("domain")]
public string? Domain

Field Value

string

Expires

[Value("expires")]
public Number? Expires

Field Value

Number

Name

[Value("name")]
public string Name

Field Value

string

Partitioned

[Value("partitioned")]
public bool Partitioned

Field Value

bool

Path

[Value("path")]
public string Path

Field Value

string

SameSite

[Value("sameSite")]
public CookieSameSite SameSite

Field Value

CookieSameSite

Secure

[Value("secure")]
public bool Secure

Field Value

bool

Value

[Value("value")]
public string Value

Field Value

string