TagHelperContext.Items Właściwość

Definicja

Pobiera kolekcję elementów używanych do komunikowania się z innymi ITagHelperelementami.

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)

Wartość właściwości

Uwagi

Jest to IDictionary<TKey,TValue> kopiowanie na zapis w celu zapewnienia, że elementy dodane do tej kolekcji są widoczne tylko dla innych ITagHelperelementów podrzędnych docelowych.

Dotyczy