IOutputCacheEntry 接口

定义

定义 HTTP 标头元素和 HTTP 响应元素的集合,这两种元素共同组成 ASP.NET 可传递给提供程序的一种输出缓存数据。

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

属性

HeaderElements

获取输出缓存项中 HTTP 标头元素的集合。

ResponseElements

获取输出缓存项中 HTTP 响应元素的集合。

适用于