A typed dictionary wrapper for sharing data between middleware steps. Backed by IDictionary<TKey, TValue>.
public sealed class MiddlewareItems
kind:method, kind:property, kind:ctor. Press Esc to clear.Get<T>(String)Gets a value by key, cast to the specified type.Set<T>(String, T)Sets a value by key.