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
)
Public Shared Function Exists (
pName As String
) As Boolean
Parameters
- pName
- Type: SystemString
Key name
Return Value
Type:
BooleanTrue exists; False not exists
See Also