LinkExtensions.

GetLink(IExecutionContext) Method

Summary

Gets a link for the root of the site using the host and root path specified in the settings.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Execution
Containing Type
LinkExtensions

Syntax

public static string GetLink(this IExecutionContext context)

Parameters

Name Type Description
context IExecutionContext The execution context.

Return Value

Type Description
string A link for the root of the site.
GitHub