Table of Contents

Class CookieInit

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

Constructors

CookieInit()

public CookieInit()

Fields

Domain

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

Field Value

string

Expires

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

Field Value

Number

Name

[Value("name")]
public required 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

Value

[Value("value")]
public required string Value

Field Value

string