HttpSession.hasValue

Checks whether a value is present in the session.

class HttpSession
final
bool
hasValue
(
string name
)

Parameters

name string

The name of the value to check for presence.

Return Value

Type: bool

True if the value is present, false otherwise.

Meta