XhtmlPageAdapter.CacheVaryByHeaders 属性

定义

获取任何附加 HTTP 标头(缓存随其而变化)的列表。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

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 对象。

实现

注解

XhtmlPageAdapter 从 接口继承 CacheVaryByHeaders 属性, IPageAdapter 并始终返回 null

适用于

另请参阅