IHttpContextItemsAccessor.Items property
Gets the dictionary that can be used as request-scoped storage.
public IDictionary<object, object?>? Items { get; }
See Also
- interface IHttpContextItemsAccessor
Gets the dictionary that can be used as request-scoped storage.
public IDictionary<object, object?>? Items { get; }