Share via


IOutputCacheEntry インターフェイス

定義

ASP.NET がプロバイダーに渡すことができる出力キャッシュ データの 1 つの種類を構成する、HTTP ヘッダー要素と HTTP 応答要素のコレクションを定義します。

public interface class IOutputCacheEntry
public interface IOutputCacheEntry
type IOutputCacheEntry = interface
Public Interface IOutputCacheEntry

プロパティ

HeaderElements

出力キャッシュ エントリ内の HTTP ヘッダー要素のコレクションを取得します。

ResponseElements

出力キャッシュ エントリ内の HTTP 応答要素のコレクションを取得します。

適用対象