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