TopicTransformationCoreOnRenderStarting Method

This is used to raise the RenderStarting event

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public virtual void OnRenderStarting(
	XDocument topicContent
)

Parameters

topicContent  XDocument
The basic topic template

See Also