Summary
Adds an additional link to the mapping. This can be used whether or not you specify a mapping in the constructor.
- Assembly
- Wyam
.Html .dll - Namespace
- Wyam
.Html - Containing Type
- AutoLink
Syntax
public AutoLink 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 |
|---|---|
| AutoLink | The current instance. |
