ITemplateEngine class

ITemplateEngine class

Represents a template engine that transforms template and data pair into resulting output (usually HTML).

The ITemplateEngine type exposes the following members:

Methods

MethodDescription
add_template
compileTransforms the template with the given key and model object to output.

See Also