HtmlInsert.

HtmlInsert(string, DocumentConfig) Constructor

Summary

Creates the module with the specified query selector.
Assembly
Wyam.Html.dll
Namespace
Wyam.Html
Containing Type
HtmlInsert

Syntax

public HtmlInsert(string querySelector, DocumentConfig content)

Parameters

Name Type Description
querySelector string The query selector to use.
content DocumentConfig The content to insert as a delegate that should return a string.

Return Value

Type Description
void
GitHub