Method | Description | |
---|---|---|
GetVaryByCustomString ( |
This is used to vary partial caching of ASCX controls and ASPX pages on a per blog basis. You can see this in action via the [PartialCaching] attribute. Provides an application-wide implementation of the P:System.Web.UI.PartialCachingAttribute.VaryByCustom property.
|
Method | Description | |
---|---|---|
Application_AuthenticateRequest ( Object sender, |
Handles the AuthenticateRequest event of the Application control.
|
|
Application_BeginRequest ( Object sender, |
Method called during at the beginning of each request.
|
|
Application_End ( Object sender, |
Handles the End event of the Application control.
|
|
Application_EndRequest ( Object sender, |
Handles the EndRequest event of the Application control.
|
|
Application_Error ( Object sender, |
Handles the Error event of the Application control.
|
|
Application_Start ( Object sender, |
Method called by the application on startup.
|
|
Session_End ( Object sender, |
Handles the End event of the Session control.
|
|
Session_Start ( Object sender, |
Method called when a session starts.
|
Method | Description | |
---|---|---|
Global ( ) : System | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected Application_AuthenticateRequest ( Object sender, |
||
sender | Object | The source of the event. |
e | The |
|
return | void |
protected Application_BeginRequest ( Object sender, |
||
sender | Object | |
e | ||
return | void |
protected Application_End ( Object sender, |
||
sender | Object | The source of the event. |
e | The |
|
return | void |
protected Application_EndRequest ( Object sender, |
||
sender | Object | The source of the event. |
e | The |
|
return | void |
protected Application_Error ( Object sender, |
||
sender | Object | The source of the event. |
e | The |
|
return | void |
protected Application_Start ( Object sender, |
||
sender | Object | |
e | ||
return | void |
public GetVaryByCustomString ( |
||
context | An |
|
custom | string | |
return | string |
protected Session_End ( Object sender, |
||
sender | Object | The source of the event. |
e | The |
|
return | void |
protected Session_Start ( Object sender, |
||
sender | Object | |
e | ||
return | void |