IABResponseCookieProviderSetValue Method |
Sets the cookie value.
Namespace: CMS.OnlineMarketing.InternalAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 13.0.131
Syntax 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