Method | Description | |
---|---|---|
Application_Start ( object sender, EventArgs e ) : void | ||
Session_Start ( ) : void |
Method | Description | |
---|---|---|
Application_BeginRequest ( object sender, EventArgs e ) : void |
Method | Description | |
---|---|---|
Application_BeginRequest ( ) : void | ||
Session_Start ( object sender, EventArgs e ) : void |
protected static Application_BeginRequest ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
public Application_Start ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |