IOutputCacheEntry.ResponseElements Property

Definition

Gets the collection of HTTP response elements in an output-cache entry.

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)

Property Value

A list of HTTP response elements.

Applies to