IOutputCacheEntry.ResponseElements 속성

정의

출력 캐시 항목에 있는 HTTP 응답 요소의 컬렉션을 가져옵니다.

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)

속성 값

List<ResponseElement>

HTTP 응답 요소의 목록입니다.

적용 대상