subscript(_:)
Accesses the value stored for the given session property key.
Declaration
final subscript<K>(key: K.Type) -> K.Value where K : SessionPropertyKey { get set }Parameters
- key:
The session property key type whose value to read or write.
Accesses the value stored for the given session property key.
final subscript<K>(key: K.Type) -> K.Value where K : SessionPropertyKey { get set }The session property key type whose value to read or write.