ExecuteAsync(KeyValuePair<string, string>[], IDocument, IExecutionContext) Method
Shortcodes for specific oEmbed services should override this method and call one of the other execute helper methods.

Syntax

public override Task<ShortcodeResult> ExecuteAsync(KeyValuePair<string, string>[] args, IDocument document, IExecutionContext context)

Parameters

Name Type Description
args KeyValuePair<string, string>[]
document IDocument
context IExecutionContext

Return Value

Type Description
Task<ShortcodeResult>