Summary
Replaces all occurrences of the search string in the string value of the
specified object with the content of each input document.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Contents - Containing Type
- ReplaceIn
Syntax
public ReplaceIn(string search, Object content)
Parameters
Name | Type | Description |
---|---|---|
search | string | The string to search for. |
content | Object | The content within which to search for the search string. |
Return Value
Type | Description |
---|---|
void |