HtmlWriter.WriteDocLink Method

Namespace
Kampute.DocToolkit.IO.Writers
Assembly
  • Kampute.DocToolkit.dll

Definition

Writes a hyperlink to the documentation of a code element with the specified URL and delegate for writing the link text.
protected override void WriteDocLink(Uri docUrl, Action<MarkupWriter> docLinkTextHandler)

Parameters

docUrl Uri
The URI of the documentation page to link to.
docLinkTextHandler Action<MarkupWriter>
The action to write the text of the link, typically the name of the code element.

Exceptions

ArgumentNullException
Thrown when docUrl or docLinkTextHandler is null.