Share via


TagHelperContext.Items Proprietà

Definizione

Ottiene la raccolta di elementi usati per comunicare con altri ITagHelperelementi.

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)

Valore della proprietà

Commenti

Si tratta IDictionary<TKey,TValue> di una copia in scrittura per garantire che gli elementi aggiunti a questa raccolta siano visibili solo ad altri ITagHelperelementi figlio destinati.

Si applica a