IShortcodeCollection.

Add(string, DocumentConfig) Method

Summary

Adds a shortcode and uses a Wyam.Common.Configuration.DocumentConfig to determine the shortcode result.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Shortcodes
Containing Type
IShortcodeCollection

Syntax

void Add(string name, DocumentConfig documentConfig)

Parameters

Name Type Description
name string The name of the shortcode.
documentConfig DocumentConfig A delegate that should return a string.

Return Value

Type Description
void
GitHub