Table of Contents
Item Property

Gets a shortcut to the HttpCookie.Values property.

Syntax
 public String this[
   string key
] { get; set; }

Parameters

key
The key of the value.
See Also