共用方式為


IOutputCacheEntry 介面

定義

定義 HTTP 標頭和回應項目的集合,這些集合共同標記一種 ASP.NET 可傳遞至提供者的輸出快取區資料。

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

屬性

HeaderElements

取得輸出快取區項目中 HTTP 標頭項目的集合。

ResponseElements

取得輸出快取區項目中 HTTP 回應項目的集合。

適用於