Excerpt.

WithMetadataKey(string) Method

Summary

Allows you to specify an alternate metadata key.
Assembly
Wyam.Html.dll
Namespace
Wyam.Html
Containing Type
Excerpt

Syntax

public Excerpt WithMetadataKey(string metadataKey)

Parameters

Name Type Description
metadataKey string The metadata key to store the excerpt in.

Return Value

Type Description
Excerpt The current module instance.
GitHub