HttpCookie Constructor
.NET Framework 3.0
Initializes a new instance of the HttpCookie class.
| Name | Description |
|---|---|
| HttpCookie (String) | Creates and names a new cookie. |
| HttpCookie (String, String) | Creates, names, and assigns a value to a new cookie. |
Community Additions
ADD
Show: