Defines modules to execute against documents that don't match a case.
- Namespace
- Statiq
.Core - Containing Type
- ExecuteSwitch
Syntax
public ExecuteSwitch Default(IEnumerable<IModule> modules)
Parameters
| Name | Type | Description |
|---|---|---|
| modules | IEnumerable |
The modules to execute against documents that don't match a case. |
Return Value
| Type | Description |
|---|---|
| ExecuteSwitch | The current module instance. |