TopicTransformationCoreAddElement Method

Add an element that will be transformed when the topic is rendered

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public void AddElement(
	Element element
)

Parameters

element  Element
The element handler

Exceptions

ArgumentExceptionThis is thrown if the element name already has a handler

See Also