IResponseCookieCollectionRemove Method |
Removes cookie from collection.
Namespace: CMS.Base.InternalAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax void Remove(
string key
)
Parameters
- key
- Type: SystemString
Name of the cookie to remove.
See Also