HttpContext.Items 속성

정의

이 요청의 scope 내에서 데이터를 공유하는 데 사용할 수 있는 키/값 컬렉션을 가져오거나 설정합니다.

public:
 abstract 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 abstract System.Collections.Generic.IDictionary<object,object> Items { get; set; }
public abstract System.Collections.Generic.IDictionary<object,object?> Items { get; set; }
member this.Items : System.Collections.Generic.IDictionary<obj, obj> with get, set
Public MustOverride Property Items As IDictionary(Of Object, Object)

속성 값

적용 대상