System.Net.Cookie.Value Property

Gets or sets the Cookie.Value for the System.Net.Cookie.

Syntax

public string Value { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The Cookie.Value of a System.Net.Cookie must not be null. The following characters are reserved and cannot be used for this property: semicolon, comma.

Requirements

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