A base class for shortcodes.
- Namespace
- Statiq
.Common - Interfaces
- Base Types
-
- object
Syntax
public abstract class MultiShortcode : IShortcode
Methods
Name | Return Value | Summary |
---|---|---|
ExecuteAsync |
Task |
Executes the shortcode and returns an
IDocument with the shortcode result content and metadata.
|