TopicTransformationCore.CreateApiTopicSectionHandlers Method

This is called to create the API topic section handlers that will be used by the transformation

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.3.22.0
protected abstract void CreateApiTopicSectionHandlers()

Remarks

Unlike MAML topics, API topics are rendered in a fixed order defined by the presentation style that may vary based on the topic type (namespace, type, member, overloaded member, etc.).

See Also