Creates the module with the specified query selector.
- Namespace
- Statiq
.Core - Containing Type
- InsertHtml
Syntax
public InsertHtml(string querySelector, Config<string> content)
Parameters
Name | Type | Description |
---|---|---|
querySelector | string | The query selector to use. |
content | Config |
The content to insert as a delegate that should return a string . |