Click or drag to resize
IResponseCookieCollectionUpdate Method
Updates cookie in collection.

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
void Update(
	IHttpCookie existingCookie
)

Parameters

existingCookie
Type: CMS.Base.InternalIHttpCookie
Cookie to update.
See Also