System.Web.HttpCookie.Value Property

Gets or sets an individual cookie value.

Syntax

public string Value { set; get; }

Value

The current value stored in the cookie.

Remarks

The current cookie value, this does not include any other properties, for those you must use the property accessors.

Requirements

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