TopicTransformationCoreRender Method

This is used to parse the topic data and render the topic output for the presentation style

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public XDocument Render(
	string key,
	XDocument topic
)

Parameters

key  String
The topic key
topic  XDocument
The topic to render

Return Value

XDocument
The rendered document content

See Also