ITopic.Render Method

Namespace
Kampute.DocToolkit.Topics
Assembly
  • Kampute.DocToolkit.dll

Definition

Renders the content of the topic to the specified TextWriter.
void Render(TextWriter writer, IDocumentationContext context)

Parameters

writer TextWriter
The TextWriter to which the content will be rendered.
context IDocumentationContext
The documentation context, which provides additional information for rendering the topic.

Remarks

The ITopic.Render(TextWriter, IDocumentationContext) method is responsible for writing the content of the topic to the provided TextWriter. This method should take into account the formatting and other requirements specified by the documentation context.