WithRssPath(NormalizedPath) Method
Sets the path to the generated RSS file. The default behavior is to generate a RSS feed with a path of "feed.rss".
Namespace
Statiq.Feeds
Containing Type
GenerateFeeds

Syntax

public GenerateFeeds WithRssPath(in NormalizedPath rssPath)

Parameters

Name Type Description
rssPath NormalizedPath The RSS path. If the value is null no RSS file will be generated.

Return Value

Type Description
GenerateFeeds The current module instance.