







The ResponseCookie type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() | Expires |
When the cookie expires.
DateTime.MinValue means that the cookie expires when the session do so.
|
![]() | Name |
Gets the cookie identifier.
(Inherited from RequestCookie.) |
![]() | Path |
Cookie is only valid under this path.
|
![]() | Value |
Cookie value. Set to null to remove cookie.
(Inherited from RequestCookie.) |

