Share via


TagHelperContext.Items Özellik

Tanım

Diğer ITagHelperöğelerle iletişim kurmak için kullanılan öğe koleksiyonunu alır.

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)

Özellik Değeri

Açıklamalar

Bu IDictionary<TKey,TValue> , bu koleksiyona eklenen öğelerin yalnızca diğer ITagHelperhedefleme alt öğeleri tarafından görünür olmasını sağlamak için yazma üzerine kopyalama işlemidir.

Şunlara uygulanır