CookieHelperRemoveInternal Method |
Removes the cookie from the client side.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax protected virtual void RemoveInternal(
string name
)
Parameters
- name
- Type: SystemString
Cookie name to remove
See Also