Compartir a través de


IOutputCacheEntry.ResponseElements Propiedad

Definición

Obtiene la colección de elementos de respuesta HTTP en una entrada de la caché de resultados.

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)

Valor de propiedad

List<ResponseElement>

Lista de elementos de respuesta HTTP.

Se aplica a