通过


WmlPageAdapter.CacheVaryByHeaders 属性

定义

返回任何其他 HTTP 标头的列表,这些标头的缓存会有所不同。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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 标头的列表,通过这些标头进行缓存会有所不同。

实现

注解

HtmlPageAdapterWmlPageAdapter类从IPageAdapter接口继承此属性。 这些实现返回 null

有关详细信息,请参阅 移动文本编写器呈现最佳做法中的“输出缓存”部分。

适用于

另请参阅