Method | Description | |
---|---|---|
Application_BeginRequest ( object sender, |
Handles the BeginRequest event of the Application control.
|
|
Application_PreRequestHandlerExecute ( object sender, |
Handles the PreRequestHandlerExecute event of the Application control.
|
|
Application_Start ( object sender, |
Handles the Start event of the Application control.
|
public Application_BeginRequest ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
public Application_PreRequestHandlerExecute ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
public Application_Start ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |