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
docUrlUri- The URI of the documentation page to link to.
docLinkTextHandlerAction<MarkupWriter>- The action to write the text of the link, typically the name of the code element.
Exceptions
- ArgumentNullException
- Thrown when
docUrlordocLinkTextHandlerisnull.
