AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

CookieHelper..::..RemoveCookie Method

Overload List


  Name Description
Public method Static member RemoveCookie(HttpContext, String, String, String)
Removes a single value from a cookie or the whole cookie (if keyName is null)
Public method Static member RemoveCookie(HttpContextWrapper, String, String, String)
Removes a single value from a cookie or the whole cookie (if keyName is null)
Public method Static member RemoveCookie(HttpContext, String, String)
Removes the entire cookie from the response.
Public method Static member RemoveCookie(HttpContextWrapper, String, String)
Removes the entire cookie from the response.