HttpCookie Constructor

 

Initializes a new instance of the HttpCookie class.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodHttpCookie(String^)

Creates and names a new cookie.

System_CAPS_pubmethodHttpCookie(String^, String^)

Creates, names, and assigns a value to a new cookie.

Return to top
Show: