SessionHelper ContainsKey Method A Sandcastle Documented Class Library
Safely checks to see if the given key exists.

Namespace: P4s3UtilsLib
Assembly: P4s3UtilsLib (in P4s3UtilsLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static bool ContainsKey(
	string key,
	HttpSessionState sess
)

Parameters

key
Type: System String
sess
Type: System.Web.SessionState HttpSessionState

Return Value

Type: Boolean
See Also