IResponseSetCookie Method |
Updates an existing cookie in the cookie collection.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax void SetCookie(
IHttpCookie cookie
)
Parameters
- cookie
- Type: CMS.BaseIHttpCookie
The cookie in the collection to be updated.
See Also