TopicTransformationCore.CurrentElement Property
Definition
- Assembly
- Sandcastle.Core.dll
This is used to get or set the current element to which rendered content is being added
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.