HttpApplication.UpdateRequestCache 이벤트

정의

ASP.NET이 이벤트 처리기 실행을 완료하여 캐싱 모듈이 캐시의 다음 요청을 처리하는 데 사용할 응답을 저장하도록 하는 경우 발생합니다.

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

이벤트 유형

EventHandler

설명

이벤트를 처리 하는 방법에 대 한 자세한 내용은 참조 하세요. 이벤트 처리 및 발생합니다.

적용 대상

추가 정보