Summary
Creates the module with the specified query selector.
- Assembly
- Wyam
.Html .dll - Namespace
- Wyam
.Html - Containing Type
- HtmlInsert
Syntax
public HtmlInsert(string querySelector, string content)
Parameters
Name | Type | Description |
---|---|---|
querySelector | string | The query selector to use. |
content | string | The content to insert. |
Return Value
Type | Description |
---|---|
void |