Api Topic Section HandlerRender Section Property
This is the action to perform that will render the section
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
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#
public Action<TopicTransformationCore> RenderSection { get; }VB
Public ReadOnly Property RenderSection As Action(Of TopicTransformationCore)
GetC++
public:
property Action<TopicTransformationCore^>^ RenderSection {
Action<TopicTransformationCore^>^ get ();
}F#
member RenderSection : Action<TopicTransformationCore> with get