According to MSDN, the Text Blocks
Any non-programmatic text in a text template is known as a text block. You can write a text block directly to the output file of the text transformation. You can add it just by typing the text in the text template.
Text Blocks are as simple as this:
<#@ template language="C#" debug="true"#>
Hello World
(...)
Posted
16-8-2008 5:30
por
Pedro Rainho