Mono Class Library: System.Web.HttpCookie Overview | Members

System.Web.HttpCookie Constructor

Creates a cookie with a given value.

public HttpCookie (string name, string value)

Parameters

name
The name of the cookie.
value
The value of the cookie.

Remarks

Creates a cookie with the given name and value.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0