Show / Hide Table of Contents

Constructor of DText


Overload

public DText(string text, params Action<DEventArgs>[] links)
Parameters
text  (string)

Text. Links can be specified like "Text <a>link</a> text.".

links  (Action<DEventArgs>[])

Link click handlers like e => { print.it("link"); }.