The CMSHttpApplication type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| CMSHttpApplication |
Methods
| Name | Description | |
|---|---|---|
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
Adds the specified (Inherited from | ||
| Application_End |
Application end event handler.
| |
| Application_Error |
Application error event handler.
| |
Causes ASP.NET to bypass all events and filtering in the HTTP pipeline chain of execution and directly execute the (Inherited from | ||
Disposes the (Inherited from | ||
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the name of the default output-cache provider that is configured for a Web site. (Inherited from | ||
Gets the (Inherited from | ||
| GetVaryByCustomString |
Custom cache parameters processing.
(Overrides | |
Executes custom initialization code after all event handler modules have been added. (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| PreInit |
Pre-initializes the web application
| |
| Session_End |
Session end event handler.
| |
| Session_Start |
Session start event handler.
| |
| SessionEnd |
Fires the session end event
| |
Returns a string that represents the current object. (Inherited from |
Extension Methods
| Name | Description | |
|---|---|---|
| AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
| GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Properties
| Name | Description | |
|---|---|---|
Gets the current state of an application. (Inherited from | ||
Gets HTTP-specific information about the current request. (Inherited from | ||
Gets the list of event handler delegates that process all application events. (Inherited from | ||
Gets the collection of modules for the current application. (Inherited from | ||
Gets the intrinsic request object for the current request. (Inherited from | ||
Gets the intrinsic response object for the current request. (Inherited from | ||
Gets the intrinsic server object for the current request. (Inherited from | ||
Gets the intrinsic session object that provides access to session data. (Inherited from | ||
Gets or sets a site interface for an (Inherited from | ||
Gets the intrinsic user object for the current request. (Inherited from |
Events
| Name | Description | |
|---|---|---|
Occurs when ASP.NET acquires the current state (for example, session state) that is associated with the current request. (Inherited from | ||
Occurs when a security module has established the identity of the user. (Inherited from | ||
Occurs when a security module has verified user authorization. (Inherited from | ||
Occurs as the first event in the HTTP pipeline chain of execution when ASP.NET responds to a request. (Inherited from | ||
Occurs when the application is disposed. (Inherited from | ||
Occurs as the last event in the HTTP pipeline chain of execution when ASP.NET responds to a request. (Inherited from | ||
Occurs when an unhandled exception is thrown. (Inherited from | ||
Occurs just before ASP.NET performs any logging for the current request. (Inherited from | ||
Occurs when the handler is selected to respond to the request. (Inherited from | ||
Occurs when the request state (for example, session state) that is associated with the current request has been obtained. (Inherited from | ||
Occurs when a security module has established the identity of the user. (Inherited from | ||
Occurs when the user for the current request has been authorized. (Inherited from | ||
Occurs when ASP.NET has completed processing all the event handlers for the (Inherited from | ||
Occurs when ASP.NET has mapped the current request to the appropriate event handler. (Inherited from | ||
Occurs when ASP.NET has completed executing all request event handlers and the request state data has been stored. (Inherited from | ||
Occurs when the ASP.NET event handler (for example, a page or an XML Web service) finishes execution. (Inherited from | ||
Occurs when ASP.NET bypasses execution of the current event handler and allows a caching module to serve a request from the cache. (Inherited from | ||
Occurs when ASP.NET finishes updating caching modules and storing responses that are used to serve subsequent requests from the cache. (Inherited from | ||
Occurs just before ASP.NET starts executing an event handler (for example, a page or an XML Web service). (Inherited from | ||
Occurs just before ASP.NET sends content to the client. (Inherited from | ||
Occurs just before ASP.NET sends HTTP headers to the client. (Inherited from | ||
Occurs after ASP.NET finishes executing all request event handlers. This event causes state modules to save the current state data. (Inherited from | ||
Occurs when ASP.NET finishes an authorization event to let the caching modules serve requests from the cache, bypassing execution of the event handler (for example, a page or an XML Web service). (Inherited from | ||
Occurs when ASP.NET finishes executing an event handler in order to let caching modules store responses that will be used to serve subsequent requests from the cache. (Inherited from |
See Also