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