TopicTransformationCoreOnSectionRendered Method
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public virtual void OnSectionRendered(
ApiTopicSectionType sectionName,
string customName
)
Public Overridable Sub OnSectionRendered (
sectionName As ApiTopicSectionType,
customName As String
)
public:
virtual void OnSectionRendered(
ApiTopicSectionType sectionName,
String^ customName
)
abstract OnSectionRendered :
sectionName : ApiTopicSectionType *
customName : string -> unit
override OnSectionRendered :
sectionName : ApiTopicSectionType *
customName : string -> unit
Parameters
- sectionName ApiTopicSectionType
- The section name
- customName String
- The name of the custom section if sectionName is Custom