Render Topic Event ArgsTopic Content Property
The topic content
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
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 XDocument TopicContent { get; }VB
Public ReadOnly Property TopicContent As XDocument
GetC++
public:
property XDocument^ TopicContent {
XDocument^ get ();
}F#
member TopicContent : XDocument with get