IHttpCookie Interface |
Namespace: CMS.Base.Internal
public interface IHttpCookie
The IHttpCookie type exposes the following members.
Name | Description | |
---|---|---|
![]() | Domain |
Gets or sets the domain to associate the cookie with.
|
![]() | Expires |
Gets or sets the expiration date and time for the cookie.
|
![]() | HttpOnly |
Gets or sets a value that specifies whether a cookie is accessible by client-side script.
|
![]() | Name |
Gets or sets the name of a cookie.
|
![]() | Path |
Gets or sets the virtual path to transmit with the current cookie.
|
![]() | SameSite |
Gets or sets the value of the cookie's same site attribute.
|
![]() | Secure |
Gets or sets the value of the cookie's secure attribute.
|
![]() | Value |
Gets or sets the value of a cookie.
|