Interface ICookie
public interface ICookie
Properties
Domain
string? Domain { get; set; }
Property Value
Expires
DateTimeOffset? Expires { get; set; }
Property Value
HttpOnly
bool HttpOnly { get; set; }
Property Value
IsEssential
bool IsEssential { get; set; }
Property Value
MaxAge
TimeSpan? MaxAge { get; set; }
Property Value
Path
string? Path { get; set; }
Property Value
SameSite
string? SameSite { get; set; }
Property Value
Secure
bool Secure { get; set; }
Property Value
Value
string? Value { get; set; }