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.Hosting
Gets the collection of key/value pairs associated with the current HTTP context.
public IDictionary<object, object?> Items { get; }