Click or drag to resize
IResponseCookieCollection Methods

The IResponseCookieCollection type exposes the following members.

Methods
  NameDescription
Public methodAppend
Add a new cookie with value and options.
(Inherited from IResponseCookies.)
Public methodClear
Clears all cookies from the cookie collection.
Public methodDelete
Sets an expired cookie.
(Inherited from IResponseCookies.)
Public methodGetNewCookie
Creates and return new IHttpCookie object.
Public methodRemove
Removes cookie from collection.
Public methodUpdate
Updates cookie in collection.
Top
See Also