GenerateFeeds.

WithFeedId(ContextConfig) Method

Summary

Sets the feed identifier. The default value is a link to the site.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds
Containing Type
GenerateFeeds

Syntax

public GenerateFeeds WithFeedId(ContextConfig feedId)

Parameters

Name Type Description
feedId ContextConfig A delegate that should return a Uri with the feed identifier.

Return Value

Type Description
GenerateFeeds The current module instance.
GitHub