Gets the current value of the specified Cookie.

public static object GetCookie( 
string name 
)

Parameters

name

Type: string

The Cookie name.

Return Value

The current value.
See Script Cookies for a discussion.