Wyam.Core.Modules.Contents Namespace

Class Types

Class Summary
Append Appends the specified content to the existing content of each document.
Content Replaces the content of each input document with the string value of the specified content object.
Join Joins documents together with an optional delimiter to form one document.
Prepend Prepends the specified content to the existing content of each document.
Redirect Handles redirected content by creating pages with meta refresh tags or other redirect files.
Replace Replaces a search string in the content of each input document with new content.
ReplaceIn Replaces a search string in the specified content with the content of input documents.
Shortcodes Renders shortcodes in the input documents.
Sitemap Generates a sitemap from the input documents.

Enum Types

Enum Summary
JoinedMetadata Specifies how to deal with metadata from joined documents.
GitHub