ICON Software Solutions
The Icon.Tools.GetCookieCollection function.

Namespace:  Icon
Assembly:  Icon (in Icon.dll) Version: 2010.3.0.0 (2010.3.0.0)

Syntax

C#
public static SortedList GetCookieCollection(
	string strCookieName
)
Visual Basic (Declaration)
Public Shared Function GetCookieCollection ( _
	strCookieName As String _
) As SortedList
Visual C++
public:
static SortedList^ GetCookieCollection(
	String^ strCookieName
)
J#
public static SortedList GetCookieCollection(
	String strCookieName
)

Parameters

strCookieName
Type: System..::.String
The name of the cookie whose key value we want to set, as string.

Return Value

A sorted list containing key value pairs.

Remarks

This function will take a cookie name and return a sorted list containing all key value pairs for that cookie.

See Also