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, IExecutionContext) Method

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

Syntax

protected IShortcodeResult Execute(string endpoint, string url, IExecutionContext context)

Parameters

Name Type Description
endpoint string
url string
context IExecutionContext

Return Value

Type Description
IShortcodeResult
GitHub