Called before each module execution.
- Namespace
- Statiq
.Common - Containing Type
- Module
Syntax
protected virtual void BeforeExecution(IExecutionContext context)
Remarks
Override this method to configure module state before execution.
Parameters
| Name | Type | Description |
|---|---|---|
| context | IExecutionContext | The execution context. |