Click or drag to resize

CookieExists Method

Check has key by parameter pName into SOWIWeb cookie

Namespace:  SOWIWeb.Helper
Assembly:  SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static bool Exists(
	string pName
)

Parameters

pName
Type: SystemString
Key name

Return Value

Type: Boolean
True exists; False not exists
See Also