Gets a single module that runs all the matching templates for a given set of input documents.
- Namespace
- Statiq
.Web - Containing Type
- Templates
Syntax
public IModule GetModule(ContentType contentType, Phase phase)
Parameters
| Name | Type | Description |
|---|---|---|
| contentType | ContentType | The content type being processed. |
| phase | Phase | The phase being executed. |
Return Value
| Type | Description |
|---|---|
| IModule | A module. |