ApiTopicSectionHandler Class
Definition
- Assembly
- Sandcastle.Core.dll
This handles rendering of an API topic section
public class ApiTopicSectionHandler
- Inheritance
-
ApiTopicSectionHandler
Remarks
API topics are rendered in various sections based on the topic type. This facilitates rendering those sections.
Constructors
| ApiTopicSectionHandler(ApiTopicSectionType, Action<TopicTransformationCore>) |
Constructor for well-known sections |
| ApiTopicSectionHandler(ApiTopicSectionType, string, Action<TopicTransformationCore>) |
This constructor supporting specifying a custom section type and name |
Properties
| CustomSectionName |
If SectionType is |
| RenderSection |
This is the action to perform that will render the section |
| SectionType |
The section type |