Click or drag to resize
IABResponseCookieProviderSetValue Method
Sets the cookie value.

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
void SetValue(
	string name,
	string value,
	string path,
	DateTime expires,
	Nullable<bool> httpOnly,
	string domain
)

Parameters

name
Type: SystemString
Cookie name
value
Type: SystemString
Cookie value
path
Type: SystemString
Cookie path
expires
Type: SystemDateTime
Cookie expiration
httpOnly
Type: SystemNullableBoolean
Indicates whether a cookie is accessible by client-side script
domain
Type: SystemString
Cookie domain
See Also