IOutputCacheEntry.ResponseElements Proprietà

Definizione

Ottiene l'insieme di elementi di risposta HTTP in una voce della cache di output.

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)

Valore della proprietà

Elenco di elementi di risposta HTTP.

Si applica a