Compartir a través de


TagHelperContext.Items Propiedad

Definición

Obtiene la colección de elementos usados para comunicarse con otros 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)

Valor de propiedad

Comentarios

Esto IDictionary<TKey,TValue> es de copia en escritura para asegurarse de que los elementos agregados a esta colección solo son visibles para otros ITagHelperelementos secundarios de destino.

Se aplica a