DynamicTopic.GenerateContent Method
- Namespace
- Kampute.DocToolkit.Topics.Abstracts
- Assembly
- Kampute.DocToolkit.dll
Definition
Generates the documentation content using the specified MarkupWriter and IDocumentationContext.
protected abstract void GenerateContent(MarkupWriter writer, IDocumentationContext context)Parameters
writerMarkupWriter- The MarkupWriter used to write the documentation content.
contextIDocumentationContext- The documentation context, which provides additional information for rendering the topic.
