SessionManage
.
.
::
.
.
IsNull Method
Determines whether the specified key is null.
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
public
bool
IsNull
(
string
key
)
Parameters
key
Type:
String
The key.
Return Value
true
if the specified key is null; otherwise,
false
.
See Also
SessionManage Class
Core Namespace