HttpApplication.PostUpdateRequestCache 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當 ASP.NET 完成更新快取模組並儲存回應 (用來從快取中服務後續的要求) 時發生。
public:
event EventHandler ^ PostUpdateRequestCache;
public event EventHandler PostUpdateRequestCache;
member this.PostUpdateRequestCache : EventHandler
Public Custom Event PostUpdateRequestCache As EventHandler
事件類型
備註
事件發生之後, UpdateRequestCache 就會 PostUpdateRequestCache 引發事件。 PostUpdateRequestCache引發 時,ASP.NET 已完成處理常式代碼,並完成快取的內容。
如需如何處理事件的詳細資訊,請參閱 處理和引發事件。