First(bool) Method
Specifies that only the first query result should be processed (the default is false).
Namespace
Statiq.Core
Containing Type
QueryHtml

Syntax

public QueryHtml First(bool first = true)

Parameters

Name Type Description
first bool If set to true, only the first result is processed.

Return Value

Type Description
QueryHtml The current module instance.