Description
-
Returns string expression containing full cookie
line.
Return Type
-
A String value.
Syntax
-
object.ToString
The ToString Method syntax has these parts:
| object |
An expression
evaluating to an object of type HttpCookie. |
Remarks
-
This method will return string expression contains all
available cookie information, all in one line. It will
include cookie name, value, and all attributes, separated
by semicolon.
|