Creates the module with the specified query selector and processing function.
- Namespace
- Statiq
.Core - Containing Type
- ProcessHtml
Syntax
public ProcessHtml(string querySelector, Action<IDocument, IExecutionContext, IElement> processElement)
Parameters
| Name | Type | Description |
|---|---|---|
| querySelector | string | The query selector to use. |
| processElement | Action |
A delegate to apply to each found element. |