XhtmlPageAdapter.CacheVaryByHeaders 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得快取會因其改變的任何其他 HTTP 標頭清單。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。
public:
virtual property System::Collections::IList ^ CacheVaryByHeaders { System::Collections::IList ^ get(); };
public virtual System.Collections.IList CacheVaryByHeaders { get; }
member this.CacheVaryByHeaders : System.Collections.IList
Public Overridable ReadOnly Property CacheVaryByHeaders As IList
屬性值
其他 HTTP 標頭的 IList 物件。
實作
備註
類別XhtmlPageAdapterCacheVaryByHeaders會繼承 介面中的 屬性,IPageAdapter而且一律會傳null
回 。