HttpApplication.PostLogRequest Event
.NET Framework 3.0
Occurs when ASP.NET has completed processing all the event handlers for the LogRequest event.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: event EventHandler^ PostLogRequest { void add (EventHandler^ value); void remove (EventHandler^ value); }
/** @event */ public void add_PostLogRequest (EventHandler value) /** @event */ public void remove_PostLogRequest (EventHandler value)
In JScript, you can handle the events defined by a class, but you cannot define your own.
Not applicable.
For more information about how to handle events, see Consuming Events.
PostLogRequest is introduced in the .NET Framework version 3.5. For more information, see The .NET Framework 3.5 Architecture.
Community Additions
ADD
Show: