Description
-
Returns string expression containing all cookies.
Return Type
-
A String value.
Syntax
-
object.ToString
The ToString Method syntax has these parts:
| object |
An expression
evaluating to an object of type HttpCookies. |
Remarks
-
ToString method will return list of all cookies and
their values, line by line. Each cookie will be in
individual line, including all of it's attributes.
|