Skip to content

IHttpContextItemsAccessor.Items property

Gets the dictionary that can be used as request-scoped storage.

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

See Also