HttpApplication.PostResolveRequestCache Evento

Definizione

Viene generato quando ASP.NET ignora l'esecuzione del gestore eventi corrente e consente a un modulo per la memorizzazione nella cache di elaborare una richiesta dalla cache.

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

Tipo evento

Commenti

Per altre informazioni su come gestire gli eventi, vedere la gestione e generazione di eventi.

Si applica a

Vedi anche