Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Working with templates

Alexanderius edited this page Jun 25, 2019 · 3 revisions

Working with templates

To work with a HTML templates (load and do some data insertion) you should use the TemplateFactory property of a controller or view property base class.

Template is a *.tpl file what contains partial or full HTML content (actually can be any text data).

Template factory loads a specified template from specified templates folder and returns the ITemplate interface.

This is an interface from Simplify.Templates library.

Description of how to work with that templates (including localization) available on Simplify.Templates wiki page.

<< Previous page Next page >>

Clone this wiki locally