TagHelperContext.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)

プロパティ値

注釈

これは IDictionary<TKey,TValue> 、このコレクションに追加された項目が他 ITagHelperのターゲット子要素にのみ表示されるようにするために、書き込み時にコピーされます。

適用対象