Topic Transformation CoreCreate Api Topic Section Handlers 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: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
protected abstract void CreateApiTopicSectionHandlers()VB
Protected MustOverride Sub CreateApiTopicSectionHandlersC++
protected:
virtual void CreateApiTopicSectionHandlers() abstractF#
abstract CreateApiTopicSectionHandlers : unit -> unit 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.).