ApiTopicSectionHandler(ApiTopicSectionType, String, ActionTopicTransformationCore) Constructor

This constructor supporting specifying a custom section type and name

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public ApiTopicSectionHandler(
	ApiTopicSectionType sectionType,
	string customSectionName,
	Action<TopicTransformationCore> renderSection
)

Parameters

sectionType  ApiTopicSectionType
The section type
customSectionName  String
The custom section name if this is a custom section
renderSection  ActionTopicTransformationCore
The action to perform that will render the section. It will be passed a reference to the topic transformations.

See Also