Summary
Adds a shortcode and specifies the result content.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Shortcodes - Containing Type
- IShortcodeCollection
Syntax
void Add(string name, string result)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The name of the shortcode. |
| result | string | The result of the shortcode. |
Return Value
| Type | Description |
|---|---|
| void |
