CreateContext() public static method

创建模板上下文
public static CreateContext ( ) : TemplateContext
return TemplateContext
Ejemplo n.º 1
0
 /// <summary>
 /// Template
 /// </summary>
 public Template()
     : this(Engine.CreateContext(), string.Empty)
 {
 }
Ejemplo n.º 2
0
 /// <summary>
 /// CompileTemplate
 /// </summary>
 public CompileTemplate()
     : this(Engine.CreateContext(), null)
 {
 }