Table of Contents
CookieCollection.Get Method (String)

Returns the cookie with the specified name from the cookie collection.

Syntax
 public Cookie Get(
   string name
);

Parameters

name
The name of the cookie to retrieve from the collection.
See Also