TopicModel.Render Method
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
Definition
Renders the content of the topic to the specified TextWriter.
public void Render(TextWriter writer)Parameters
writerTextWriter- The TextWriter to which the content will be rendered.
Exceptions
- ArgumentNullException
- Thrown when
writerisnull. - NotSupportedException
- Thrown when the TopicModel.Source cannot be rendered in the format specified by the TopicModel.Context.
