System.Net.Cookie.Name Property

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

Syntax

public string Name { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The Cookie.Name property must be initialized before using an instance of the System.Net.Cookie class.

The following characters are reserved and cannot be used for this attribute value: equal sign, semicolon, comma, new line (\n), return (\r), tab (\t), and space character. The dollar sign ($) character cannot be the first character.

Requirements

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