Click or drag to resize
CookieLoad Method (HttpRequest, String, String)
Load a cookie with multiple keys

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,
	string key
)

Parameters

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

Return Value

Type: String
String key value of the cookie
See Also