GetAll() Method
Gets all information for each query result and sets the metadata of the corresponding result document(s). This is equivalent to calling GetOuterHtml(), GetInnerHtml(), GetTextContent(), and GetAttributeValues() with default arguments.
Namespace
Statiq.Core
Containing Type
QueryHtml

Syntax

public QueryHtml GetAll()

Return Value

Type Description
QueryHtml The current module instance.