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

Syntax

public GenerateFeeds WithFeedTitle(string feedTitle)

Parameters

Name Type Description
feedTitle string The feed title.

Return Value

Type Description
GenerateFeeds The current module instance.