Click or drag to resize
CookieLoad Method (HttpRequest, String)
Load a cookie value

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static string Load(
	HttpRequest pageRequest,
	string name
)

Parameters

pageRequest
Type: System.WebHttpRequest
Request of the page (usually Page.Request)
name
Type: SystemString
Name of the cookie to load

Return Value

Type: String
String value of the cookie
See Also