AddTemplate

ITemplateEngine.AddTemplate method

将模板添加到模板集合中。

public void AddTemplate(string key, string template, Type modelType)
范围类型描述
keyString模板集合中模板的键。
templateString模板内容。
modelTypeType模板的模型对象类型。

也可以看看