Topic Transformation CoreRender 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: 2026.1.20.0
The rendered document content
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public XDocument Render(
string key,
XDocument topic
)VB
Public Function Render (
key As String,
topic As XDocument
) As XDocumentC++
public:
XDocument^ Render(
String^ key,
XDocument^ topic
)F#
member Render :
key : string *
topic : XDocument -> XDocument Parameters
Return Value
XDocumentThe rendered document content