<#-- commented out code or content --#> |
Makes a part of a template inactive. |
<#-- commented out code or content --##> |
Makes a part of a template inactive. Ignores all white space characters (including the EndOfLine symbol) starting from the ending tag ##> till either the end of line or any non-white space symbol. |
The following example demonstrates commented code.
<#--
for(int i = 0; i < 10; i++)
Writer.WriteLine(i);
--#>