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

System.Web.HttpRequest.Cookies Property

The cookies sent on this HTTP request.

public HttpCookieCollection Cookies { get; }

Value

The return value is a collection of the cookies.

Remarks

Example:

C# Example

      string prefered_color = Request.Cookies ["color"];
  

Requirements

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