HttpApplication.PostUpdateRequestCache 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当 ASP.NET 完成更新缓存模块并存储用于处理来自缓存的后续请求的响应时发生。
public:
event EventHandler ^ PostUpdateRequestCache;
public event EventHandler PostUpdateRequestCache;
member this.PostUpdateRequestCache : EventHandler
Public Custom Event PostUpdateRequestCache As EventHandler
事件类型
注解
事件发生 PostUpdateRequestCache 后 UpdateRequestCache ,将引发该事件。 当引发 PostUpdateRequestCache时,ASP.NET 已完成处理代码,并且缓存的内容已完成。
有关如何处理事件的详细信息,请参阅 处理和引发事件。