While Wyam is certainly still usable, it's been rebranded and rebooted as Statiq with a ton of improvements. You almost certainly want to look there unless you're already a Wyam user.

IShortcodeResult Interface

graph BT Type["IShortcodeResult"] class Type type-node

Syntax

public interface IShortcodeResult

Properties

Name Value Summary
Metadata IEnumerable<KeyValuePair<string, Object>>
Stream Stream
GitHub