HttpApplication.UpdateRequestCache 事件

定义

当 ASP.NET 完成执行事件处理程序时发生,以便缓存模块存储将用于处理缓存中后续请求的响应。

public:
 event EventHandler ^ UpdateRequestCache;
public event EventHandler UpdateRequestCache;
member this.UpdateRequestCache : EventHandler 
Public Custom Event UpdateRequestCache As EventHandler 

事件类型

注解

有关如何处理事件的详细信息,请参阅 处理和引发事件

适用于

另请参阅