Class CookieOptions
Inherited Members
Namespace: Volo.Abp.AspNetCore.Components.Web
Assembly: Volo.Abp.AspNetCore.Components.Web.dll
Syntax
public class CookieOptions
Constructors
CookieOptions()
Declaration
public CookieOptions()
Properties
ExpireDate
Declaration
public DateTimeOffset? ExpireDate { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
Path
Declaration
public string? Path { get; set; }
Property Value
Type | Description |
---|---|
string |
Secure
Declaration
public bool Secure { get; set; }
Property Value
Type | Description |
---|---|
bool |