HttpContext.Items プロパティ

定義

この要求のスコープ内でデータを共有するために使用できるキー/値コレクションを取得または設定します。

C#
public abstract System.Collections.Generic.IDictionary<object,object> Items { get; set; }
C#
public abstract System.Collections.Generic.IDictionary<object,object?> Items { get; set; }

プロパティ値

適用対象

製品 バージョン
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0