RequestEventHandler
Wisej.Web.RequestEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represent a method that handles the BeginRequest, and EndRequest events. Since 3.5.5
Parameters
Name | Type | Description |
---|---|---|
sender | Current application context. | |
e | A RequestEventArgs instance with the data for the event handlers. |
Fired By
Name | Description |
---|---|
Fired at the beginning of every request. | |
Fired at the end of every request. |
Last updated