ITemplateEngine

ITemplateEngine interface

表示将模板和数据对转换为结果输出(通常是 HTML)的模板引擎。

public interface ITemplateEngine

方法

姓名描述
AddTemplate(string, string, Type)将模板添加到模板集合中。
Compile(string, object)将具有给定键和模型对象的模板转换为输出。

也可以看看