ReplaceIn.

ReplaceIn(string, IModule[]) Constructor

Summary

The specified modules are executed against an empty initial document and all occurrences of the search string in the resulting document content are replaced by the content of each input document (possibly creating more than one output document for each input document).
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Contents
Containing Type
ReplaceIn

Syntax

public ReplaceIn(string search, params IModule[] modules)

Parameters

Name Type Description
search string The string to search for.
modules IModule[] Modules that output the content within which to search for the search string.

Return Value

Type Description
void
GitHub