While Wyam is certainly still usable, it's been rebranded and rebooted as Statiq with a ton of improvements. You almost certainly want to look there unless you're already a Wyam user.

Embed.

Execute(string, string, IEnumerable<string>, IExecutionContext) Method

Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Shortcodes.Html
Containing Type
Embed

Syntax

protected IShortcodeResult Execute(string endpoint, string url, IEnumerable<string> query, IExecutionContext context)

Parameters

Name Type Description
endpoint string
url string
query IEnumerable<string>
context IExecutionContext

Return Value

Type Description
IShortcodeResult
GitHub