-
Notifications
You must be signed in to change notification settings - Fork 579
0. RazorEngine
matthid edited this page Jan 20, 2015
·
7 revisions
This page is outdated! Please visit http://antaris.github.io/RazorEngine
RazorEngine is a text-templating solution that utilises Microsoft's Razor parser under the hood. RazorEngine takes your text templates and converts them to runnable template instances, which you can optionally merge with models for robust templated outputs.
- About Razor and its syntax.
- Template Basics
- Framework Architecture
- Using Models
- Using Layouts
- Encoding Values
- Isolating Template Assemblies
- Multi-threading
- Extensibility
- Get Involved