Summary
Specifies a dictionary of link mappings. The keys specify strings to search for in the HTML content
and the values specify what should be placed in the
href attribute. This uses the same
link mappings for all input documents.
- Assembly
- Wyam
.Html .dll - Namespace
- Wyam
.Html - Containing Type
- AutoLink
Syntax
public AutoLink(IDictionary<string, string> links)
Parameters
| Name | Type | Description |
|---|---|---|
| links | IDictionary |
A dictionary of link mappings. |
Return Value
| Type | Description |
|---|---|
| void |
