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

writer TextWriter
The TextWriter to which the content will be rendered.

Exceptions

ArgumentNullException
Thrown when writer is null.
NotSupportedException
Thrown when the TopicModel.Source cannot be rendered in the format specified by the TopicModel.Context.