Property Properties
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
Properties
A set of arbitrary objects associated with this session that are accessible via their string keys.
IDictionary<string, object> Properties { get; }
Property Value
Remarks
Current implementation of this property is based on a SortedList<TKey, TValue> class.