RequestEvents Class |
Namespace: CMS.Base
public class RequestEvents
The RequestEvents type exposes the following members.
Name | Description | |
---|---|---|
RequestEvents |
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.) |
Name | Description | |
---|---|---|
AcquireRequestState |
Fires upon the acquiring request state
| |
Authenticate |
Fires upon the request authentication
| |
Authorize |
Fires upon the request authorization
| |
Begin |
Fires when the request starts
| |
End |
Fires when the request ends. Last chance to influence what is being sent to the client.
| |
Finalize |
Fires when the request is finalized. Use to cleanup and release any resources used by the request.
| |
MapRequestHandler |
Fires upon the request handler mapping
| |
PostAcquireRequestState |
Fires after the acquiring request state
| |
PostAuthorize |
Fires upon the post request authorization
| |
PostMapRequestHandler |
Fires after the request handler mapping
| |
Prepare |
Fires before the request begins. Use for operations that need to execute before the request begins, e.g. setup the request database context.
| |
RunEndRequestTasks |
Fires when the request may perform the background tasks. Use for any background tasks that should execute at the end of the request, but do not influence the response to the client.
|