ISubstitutionTags Interface

This defines the interface used to interact with the substitution tags handler in the build process

Definition

Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public interface ISubstitutionTags

Methods

TransformTemplate Transform the specified template file by inserting the necessary values into the substitution tags and saving it to the destination folder.
TransformText Transform the specified template text by replacing the substitution tags with the corresponding project property values.

See Also