Themed 2026 Presentation Style Preview

TopicTransformationCoreCreateTransformationArguments Method

This is called to create the transformation arguments that will be used by the transformation

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
protected abstract void CreateTransformationArguments()

Remarks

Transformation arguments are used to pass user-defined values for parts of the rendered topic such as a logo filename, source code URL, etc.

See Also