KestrunContext.Items property

Gets the collection of key/value pairs associated with the current HTTP context.

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

See Also