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
writerTextWriter- The TextWriter to which the content will be rendered.
contextIDocumentationContext- 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.
