Click or drag to resize
RequestEventsRunEndRequestTasks Field
Occurs after the End event has finished and the response content was sent to the client.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public static SimpleHandler RunEndRequestTasks

Field Value

Type: SimpleHandler
Remarks
Can be used to execute request related code that does not need to modify the response.
See Also