TopicTransformationCore.AddElements Method

Add a range of elements that will be transformed when the topic is rendered

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.3.22.0
public void AddElements(
	IEnumerable<Element> elements
)

Parameters

elements  IEnumerable<Element>
The element handlers

Exceptions

ArgumentExceptionThis is thrown if an element name already has a handler

See Also