System.Markdown.TLinkType
Prototype
TLinkType = (hlLink, hlShortLink, hlEmptyLink, hlAnchor, hlTooltip, hlCustom);
Description
hlLink |
A fully qualified URI pointing to a web page, or an absolute path pointing to a file. |
hlShortLink |
Internal use only. A fully qualified (with scheme) URI pointing to a web page without the use of markdown syntax. |
hlEmptyLink |
Internal use only. The link markdown syntax is used without specifying the URI or a hint. |
hlAnchor |
Anchor link. |
hlTooltip |
Internal use only. Tooltip. A link with a hint but without URI. |
hlCustom |
The type of link could not be determined automatically. It can be a relative link to a web page or to a local file. It can also be a command that can be used by the application. |
See also
TMDCustomControl.DoLinkDefault