TopicTransformationCoreCurrentElement Property

This is used to get or set the current element to which rendered content is being added

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public XElement CurrentElement { get; set; }

Property Value

XElement
If changed, you are responsible for restoring the prior value if necessary after completing any processing related to the change.

See Also