SyncMultiShortcode Class
A base class for synchronous shortcodes.
Namespace
Statiq.Common
Interfaces
Base Types
  • object
Derived Types
graph BT Type-->Base0["object"] Type-.->Interface0["IShortcode"] click Interface0 "/api/Statiq.Common/IShortcode" Type["SyncMultiShortcode"] class Type type-node Derived0["ForEachShortcode"]-->Type click Derived0 "/api/Statiq.Core/ForEachShortcode"

Syntax

public abstract class SyncMultiShortcode : IShortcode

Methods

Name Return Value Summary
Execute(KeyValuePair<string, string>[], string, IDocument, IExecutionContext) IEnumerable<ShortcodeResult>
Executes the shortcode and returns a Stream with the shortcode result content.

Extension Methods