The Cookie type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | Domain |
Gets the domain of the cookie.
|
![]() | Expiry |
Gets the expiration date of the cookie.
|
![]() | Name |
Gets the name of the cookie.
|
![]() | Path |
Gets the path of the cookie.
|
![]() | Secure |
Gets a value indicating whether the cookie is secure.
|
![]() | Value |
Gets the value of the cookie.
|
See Also