Adds an additional link to the mapping. This can be used whether or not you specify a mapping in the constructor.
- Namespace
- Statiq
.Core - Containing Type
- InsertLinks
Syntax
public InsertLinks WithLink(string text, string link)
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | The text to search for. |
| link | string | The link to insert. |
Return Value
| Type | Description |
|---|---|
| InsertLinks | The current instance. |