DocumentPageRenderer.RenderTopic Method
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Renders the specified topic.
public virtual void RenderTopic(TextWriter writer, TopicModel topic)Parameters
writerTextWriter- The text writer to render the documentation to.
topicTopicModel- The topic to render.
Exceptions
- ArgumentNullException
- Thrown when
writerortopicisnull.
