Gets a link for the root of the site using the host and root path specified in the settings.
- Namespace
- Statiq
.Common - Containing Type
- I
Execution State Get Link Extensions
Syntax
public static string GetLink(this IExecutionState executionState)
Parameters
| Name | Type | Description |
|---|---|---|
| executionState | IExecutionState | The execution context. |
Return Value
| Type | Description |
|---|---|
| string | A link for the root of the site. |