Click or drag to resize
CookieDelete Method
Delete a cookie

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static bool Delete(
	HttpRequest pageRequest,
	HttpResponse pageResponse,
	string name
)

Parameters

pageRequest
Type: System.WebHttpRequest

[Missing <param name="pageRequest"/> documentation for "M:ToolBoox.Cookie.Delete(System.Web.HttpRequest,System.Web.HttpResponse,System.String)"]

pageResponse
Type: System.WebHttpResponse
Request of the page (usually Page.Request)
name
Type: SystemString
Name of the cookie to delete

Return Value

Type: Boolean
True on success; False otherwise
See Also