IPageAdapter.CacheVaryByHeaders 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回快取因而變異之其他任何 HTTP 標頭的清單。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。
public:
property System::Collections::IList ^ CacheVaryByHeaders { System::Collections::IList ^ get(); };
public System.Collections.IList CacheVaryByHeaders { get; }
member this.CacheVaryByHeaders : System.Collections.IList
Public ReadOnly Property CacheVaryByHeaders As IList
屬性值
快取會隨之變異的其他任何 HTTP 標頭之清單。
備註
如需詳細資訊,請參閱 行動文字寫入器轉譯最佳做法中的輸出快取。