DefaultHttpContext.Items Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a key/value collection that can be used to share data within the scope of this request.
public:
virtual property System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ Items { System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ value); };
public override System.Collections.Generic.IDictionary<object,object> Items { get; set; }
public override System.Collections.Generic.IDictionary<object,object?> Items { get; set; }
member this.Items : System.Collections.Generic.IDictionary<obj, obj> with get, set
Public Overrides Property Items As IDictionary(Of Object, Object)