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

Syntax

public InsertHtml First(bool first = true)

Parameters

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

Return Value

Type Description
InsertHtml The current module instance.