Specifies that only the first query result should be processed (the default is
false
).
- Namespace
- Statiq
.Core - Containing Type
- ProcessHtml
Syntax
public ProcessHtml First(bool first = true)
Parameters
Name | Type | Description |
---|---|---|
first | bool | If set to true , only the first result is processed. |
Return Value
Type | Description |
---|---|
ProcessHtml | The current module instance. |