[This is preliminary documentation and is subject to change.]
A general template interface.
A template is a class that gets instantiated at some point to Render() its content into IRenderingTarget instance.
Templates are not necessarily text-based, i.e. they can be image-based or based on various kinds of binary files
Namespace: NFX.TemplatizationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
See Also