| Cookie Class |
Namespace: ToolBoox
The Cookie type exposes the following members.
| Name | Description | |
|---|---|---|
| CheckBrowserCapabilities |
Detect if browser support coockies
| |
| Delete |
Delete a cookie
| |
| Exist |
Check if a cookie exists
| |
| Load(HttpRequest, String) |
Load a cookie value
| |
| Load(HttpRequest, String, String) |
Load a cookie with multiple keys
| |
| Save(HttpResponse, String, DateTime, String) |
Save a simple a cookie
| |
| Save(HttpResponse, String, DateTime, String, String) |
Save a simple cookie with multiple keys
| |
| Save(HttpResponse, String, DateTime, String, String, String) |
Save an advanced cookie
| |
| Save(HttpResponse, String, DateTime, String, String, String, String) |
Save an advanced cookie with multiple keys
|