项目作者: anicetkeric

项目描述 :
T4 templates generators
高级语言: HTML
项目地址: git://github.com/anicetkeric/T4Template.Demo.git
创建时间: 2017-11-18T22:28:44Z
项目社区:https://github.com/anicetkeric/T4Template.Demo

开源协议:

下载


T4Template.Demo

T4 template generators

Generating Code Using Text Template Transformation Toolkit (T4)

Text templates are composed of the following parts:

  • Directives - elements that control how the template is processed.

  • Text blocks - content that is copied directly to the output.

  • Control blocks - program code that inserts variable values into the text, and controls conditional or repeated parts of the text.