Summary
Adds a shortcode that determines the result content
using the declared content and the current document and execution context.
Syntax
public void Add(string name, Func<string, IDocument, IExecutionContext, string> func)
Parameters
Name |
Type |
Description |
name |
string |
The name of the shortcode. |
func |
Func<string, IDocument, IExecutionContext, string> |
A function that has the declared content and the current document and execution context as inputs
and the result content as an output.
|
Return Value