HttpApplication.PreRequestHandlerExecute Událost

Definice

Nastane těsně před tím, než ASP.NET spustí obslužnou rutinu události (například stránku nebo webovou službu XML).

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

Event Type

Poznámky

Další informace o zpracování událostí naleznete v tématu Zpracování a vyvolávání událostí.

Platí pro

Viz také