WithFeedDescription(string) Method
Sets the feed description. The default value is the value for the "Description" key in the global metadata.
Namespace
Statiq.Feeds
Containing Type
GenerateFeeds

Syntax

public GenerateFeeds WithFeedDescription(string feedDescription)

Parameters

Name Type Description
feedDescription string The feed description.

Return Value

Type Description
GenerateFeeds The current module instance.