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: 2024.12.21.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