A base class for shortcodes.
- Namespace
- Statiq
.Common - Interfaces
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IShortcode"]
click Interface0 "/api/Statiq.Common/IShortcode"
Type["MultiShortcode"]
class Type type-node
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.
|