-
-
Notifications
You must be signed in to change notification settings - Fork 10
Working with templates
Alexanderius edited this page Sep 15, 2019
·
1 revision
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.
- Getting Started
- Main Simplify.Web principles
- Simplify.Web controllers
- Simplify.Web views
- Simplify.Web templates
- Simplify.Web configuration
- Templates variables
- Static content
- Template factory
- Data collector
- String table
- File reader
- Web context
- Environment
- Dynamic environment
- Language manager
- Redirector
- HTML