Метод | Описание | |
---|---|---|
CreateTemplate ( string template, IEnumerable |
Creates a ILatexTemplate from the specified template string.
|
|
RazorCompiler ( IRazorProvider provider ) : System |
Initialises a new instance of RazorCompiler.
|
Метод | Описание | |
---|---|---|
Compile ( string className, string template, IEnumerable |
public CreateTemplate ( string template, IEnumerable |
||
template | string | The template to compile. |
additionalNamespaces | IEnumerable |
|
modelType | [Optional] The model type. | |
Результат | ILatexTemplate |
public RazorCompiler ( IRazorProvider provider ) : System | ||
provider | IRazorProvider | The provider used to compile templates. |
Результат | System |