WmlPageAdapter.CacheVaryByHeaders 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回任何其他 HTTP 标头的列表,这些标头的缓存会有所不同。 此 API 已过时。 有关如何开发 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。
有关详细信息,请参阅 移动文本编写器呈现最佳做法中的“输出缓存”部分。