Class CookieOptions
Inheritance
object
CookieOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |
|---|---|
| System.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 |