IHttpContextItemsAccessor.Items property

namespace: Serenity.Abstractions   assemblySerenity.Net.Core

A dictionary that can be used as a request context specific storage

public IDictionary<object, object> Items { get; }

See Also