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

IDictionary<Object,Object>

Comentarios

Se IDictionary<TKey,TValue> trata de la 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