TagHelperContext.Items 속성

정의

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

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)

속성 값

설명

IDictionary<TKey,TValue> 컬렉션에 추가된 항목이 다른 ITagHelper대상 자식 요소에만 표시되도록 하기 위해 쓰기에 복사됩니다.

적용 대상