WithItemContent(Config<string>) Method
Sets the content of the item. The default value is the value for the "Content" key in the input document. If that is undefined, the current document content will be used.
Namespace
Statiq.Feeds
Containing Type
GenerateFeeds

Syntax

public GenerateFeeds WithItemContent(Config<string> itemContent)

Parameters

Name Type Description
itemContent Config<string> The content of the item.

Return Value

Type Description
GenerateFeeds The current module instance.