다음을 통해 공유


TagHelperExecutionContext.Items 속성

정의

다른 ITagHelper와 통신하는 데 사용되는 항목의 컬렉션을 가져옵니다.

public:
 property System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ Items { System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<object,object> Items { get; }
member this.Items : System.Collections.Generic.IDictionary<obj, obj>
Public ReadOnly Property Items As IDictionary(Of Object, Object)

속성 값

적용 대상