A text template is a file that contains a mixture of text blocks and control logic.
一个文本模板是一个包含文本块和控制逻辑混合物的文件。
When you transform a text template, the control logic combines the text blocks with the data in a model to produce an output file.
当你转换一个文本模板,控制逻辑结合了文本块与模型里的数据来生成一个输出文件。
Listing 1 shows an example ASP file that provides both view and control logic.
清单1显示了一个示例ASP文件,提供了视图和控制逻辑。
In many cases, a single ASP file contains both view and control logic (though it is possible to have a control-only ASP).
在许多情况下,一个单独的ASP文件包含视图和控制逻辑(尽管也可能有仅包含控制逻辑的asp)。
In many cases, a single ASP file contains both view and control logic (though it is possible to have a control-only ASP).
在许多情况下,一个单独的ASP文件包含视图和控制逻辑(尽管也可能有仅包含控制逻辑的asp)。
应用推荐