次の方法で共有


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 応答要素のリスト。

適用対象