HtmlQuery.

GetAll() Method

Summary

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.
Assembly
Wyam.Html.dll
Namespace
Wyam.Html
Containing Type
HtmlQuery

Syntax

public HtmlQuery GetAll()

Return Value

Type Description
HtmlQuery The current module instance.
GitHub