Click or drag to resize
RequestEventsPrepare Field
Occurs before the Begin event.

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

Field Value

Type: SimpleHandler
Remarks
This event is related to the RequestEvents lifecycle only. The standard .NET BeginRequest event can be invoked before this event.
See Also