Click or drag to resize
IHttpCookieCollectionAdd Method
Adds the specified cookie to the cookie collection.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
void Add(
	IHttpCookie cookie
)

Parameters

cookie
Type: CMS.BaseIHttpCookie
See Also