WithItemLink(Config<Uri>) Method
Sets the item link. The default value is the absolute link to the input document.
Namespace
Statiq.Feeds
Containing Type
GenerateFeeds

Syntax

public GenerateFeeds WithItemLink(Config<Uri> itemLink)

Parameters

Name Type Description
itemLink Config<Uri> The item link.

Return Value

Type Description
GenerateFeeds The current module instance.