TagHelperContext.Items 屬性

定義

取得用來與其他 ITagHelper s 通訊的專案集合。

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)

屬性值

備註

這是 IDictionary<TKey,TValue> 寫入時複製,以確保新增至此集合的專案只對其他 ITagHelper 目標子專案可見。

適用於