Click or drag to resize

Cookie.Exists 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: System.String
Key name

Return Value

Type: Boolean
True exists; False not exists
See Also