 | CookieLoad Method (HttpRequest, String, String) |
Load a cookie with multiple keys
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static string Load(
HttpRequest pageRequest,
string name,
string key
)
Public Shared Function Load (
pageRequest As HttpRequest,
name As String,
key As String
) As String
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:
StringString key value of the cookie
See Also