Bagikan melalui


TagHelperContext.Items Properti

Definisi

Mendapatkan koleksi item yang digunakan untuk berkomunikasi dengan item lain 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)

Nilai Properti

Keterangan

Ini IDictionary<TKey,TValue> adalah copy-on-write untuk memastikan item yang ditambahkan ke koleksi ini hanya terlihat oleh elemen turunan penargetan lainnya ITagHelper.

Berlaku untuk