hyperlink

fnTextNode hyperlink(string text, string href, string styleName = "") @safe pure nothrow

Creates a hyperlink node.

Parameters

textThe link text.
hrefThe URL.
styleNameOptional style name.

Returns

A TextNode of kind HYPERLINK.