IOutputCacheEntry.ResponseElements Propriété

Définition

Obtient la collection des éléments de réponse HTTP dans une entrée du cache de sortie.

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)

Valeur de propriété

List<ResponseElement>

Liste d'éléments de réponse HTTP.

S’applique à