Click or drag to resize
IResponseCookiesAppend Method
Add a new cookie with value and options.

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

Parameters

cookie
Type: CMS.Base.InternalIHttpCookie
See Also