ISubstitution Tags 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: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public interface ISubstitutionTagsVB
Public Interface ISubstitutionTagsC++
public interface class ISubstitutionTagsF#
type ISubstitutionTags = interface endMethods
| 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. |