CookieHelper GetCookie Method A Sandcastle Documented Class Library
Helper method that aids in the inflation of a cookie.

Namespace: P4s3UtilsLib
Assembly: P4s3UtilsLib (in P4s3UtilsLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void GetCookie(
	HttpCookieCollection cookies,
	Dictionary<Object, Object> dict
)

Parameters

cookies
Type: System.Web HttpCookieCollection
dict
Type: System.Collections.Generic Dictionary Object, Object 
See Also