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