TestShortcodeCollection.

Add(string, DocumentConfig) Method

Summary

Adds a shortcode and uses a Wyam.Common.Configuration.DocumentConfig to determine the shortcode result.

Syntax

public 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