[ROOT] / doc / toc / ARCDoc / Class / DocLinkCollection / InsertLinks / __TOCDet
| Key | Value |
|---|---|
| Assembly | ARCDoc |
| DocFragType | ClassMember |
| IsInherited | -False- |
| IsInheritedDoc | -False- |
| Lines | -8- |
| Name | InsertLinks |
| Namespace | ARCDoc |
| Type | DocLinkCollection |
ClassMemberAttribute
| Key | Value |
|---|---|
| DeclaringType | DocLinkCollection |
| MethodName | InsertLinks |
| MethodSignature | System.String InsertLinks(System.Collections.Generic.List`1[ARCCore.IKCoded], System.String) |
Does LinkInsertionInDocumentation on the given HTML content.
Replaces all occurrences of any -[HTMLLink]- with corresponding '<a href = "...' tag.
TODO: Possible easy improvement for better performance:
TODO: DocLinks could be grouped by first letters or similar
TODO: If hyphen + that letter do not exist, then we can skip that group altogether.
TDDO: This should greatly speed up insertion of links in small documents.
Generated 2025-10-29 17:22:33.352 UTC