ISubstitutionTags Interface
This defines the interface used to interact with the substitution tags handler in the build process
Namespace: Sandcastle.Core.BuildEngineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public interface ISubstitutionTags
Public Interface ISubstitutionTags
public interface class ISubstitutionTags
type ISubstitutionTags = interface end
| 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.
|