Freigeben über


IOutputCacheEntry.ResponseElements Eigenschaft

Definition

Ruft die Auflistung der HTTP-Antwortelemente in einem Ausgabecacheeintrag ab.

public:
 property System::Collections::Generic::List<System::Web::Caching::ResponseElement ^> ^ ResponseElements { System::Collections::Generic::List<System::Web::Caching::ResponseElement ^> ^ get(); void set(System::Collections::Generic::List<System::Web::Caching::ResponseElement ^> ^ value); };
public System.Collections.Generic.List<System.Web.Caching.ResponseElement> ResponseElements { get; set; }
member this.ResponseElements : System.Collections.Generic.List<System.Web.Caching.ResponseElement> with get, set
Public Property ResponseElements As List(Of ResponseElement)

Eigenschaftswert

List<ResponseElement>

Eine Liste von HTTP-Antwortelementen.

Gilt für