WithRdfPath(NormalizedPath) Method
Sets the path to the generated RDF file. The default behavior is not to generate a RDF feed.
Namespace
Statiq.Feeds
Containing Type
GenerateFeeds

Syntax

public GenerateFeeds WithRdfPath(in NormalizedPath rdfPath)

Parameters

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

Return Value

Type Description
GenerateFeeds The current module instance.