Summary
Gets the inner HTML of each query result and sets it in the metadata of the
corresponding result document(s) with the specified key.
- Assembly
- Wyam
.Html .dll - Namespace
- Wyam
.Html - Containing Type
- HtmlQuery
Syntax
public HtmlQuery GetInnerHtml(string metadataKey = "InnerHtml")
Parameters
Name | Type | Description |
---|---|---|
metadataKey | string | The metadata key in which to place the inner HTML. |
Return Value
Type | Description |
---|---|
HtmlQuery | The current module instance. |