TopicTransformationCoreRender Method
This is used to parse the topic data and render the topic output for the presentation style
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public XDocument Render(
string key,
XDocument topic
)
Public Function Render (
key As String,
topic As XDocument
) As XDocument
public:
XDocument^ Render(
String^ key,
XDocument^ topic
)
member Render :
key : string *
topic : XDocument -> XDocument
- key String
- The topic key
- topic XDocument
- The topic to render
XDocumentThe rendered document content