ICON Software Solutions
The Icon.Tools.RemoveCookie method.

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

Syntax

C#
public static void RemoveCookie(
	string strCookieName
)
Visual Basic (Declaration)
Public Shared Sub RemoveCookie ( _
	strCookieName As String _
)
Visual C++
public:
static void RemoveCookie(
	String^ strCookieName
)
J#
public static void RemoveCookie(
	String strCookieName
)

Parameters

strCookieName
Type: System..::.String
The name of the cookie we want to remove.

Remarks

This sub will remove a cookie.

See Also