A base class for synchronous shortcodes.
- Namespace
- Statiq
.Common - Interfaces
- Base Types
-
- object
- Derived Types
Syntax
public abstract class SyncMultiShortcode : IShortcode
Methods
Name | Return Value | Summary |
---|---|---|
Execute |
IEnumerable |
Executes the shortcode and returns a
Stream with the shortcode result content.
|