IOutputCacheEntry 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義 HTTP 標頭和回應項目的集合,這些集合共同標記一種 ASP.NET 可傳遞至提供者的輸出快取區資料。
public interface class IOutputCacheEntry
public interface IOutputCacheEntry
type IOutputCacheEntry = interface
Public Interface IOutputCacheEntry
屬性
HeaderElements |
取得輸出快取區項目中 HTTP 標頭項目的集合。 |
ResponseElements |
取得輸出快取區項目中 HTTP 回應項目的集合。 |