KestrunContext.Items property
Gets the collection of key/value pairs associated with the current HTTP context.
public IDictionary<object, object?> Items { get; }
See Also
- record KestrunContext
- namespace Kestrun.Models
Gets the collection of key/value pairs associated with the current HTTP context.
public IDictionary<object, object?> Items { get; }