TagHelperContext.Items Property

Definition

Gets the collection of items used to communicate with other ITagHelpers.

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)

Property Value

Remarks

This IDictionary<TKey,TValue> is copy-on-write in order to ensure items added to this collection are visible only to other ITagHelpers targeting child elements.

Applies to