Table of Contents

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

IDictionary<string, object>

Remarks

Current implementation of this property is based on a SortedList<TKey, TValue> class.