Shortcodes for specific oEmbed services should override this method and call one of the other execute helper methods.
- Namespace
- Statiq
.Web .Shortcodes - Containing Type
- EmbedShortcode
Syntax
public virtual Task<ShortcodeResult> ExecuteAsync(KeyValuePair<string, string>[] args, IDocument document, IExecutionContext context)
Parameters
| Name | Type | Description |
|---|---|---|
| args | KeyValuePair |
|
| document | IDocument | |
| context | IExecutionContext |
Return Value
| Type | Description |
|---|---|
| Task |