HtmlQuery.

GetAttributeValues() Method

Summary

Gets the values for all attributes of each query result and sets them in the metadata of the corresponding result document(s) with keys names equal to the attribute local name.
Assembly
Wyam.Html.dll
Namespace
Wyam.Html
Containing Type
HtmlQuery

Syntax

public HtmlQuery GetAttributeValues()

Return Value

Type Description
HtmlQuery The current module instance.
GitHub