Skip to content
jholovacs edited this page Feb 27, 2013 · 5 revisions

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.


  1. About Razor and its syntax.
  2. Template Basics
  3. Framework Architecture
  4. Using Models
  5. Using Layouts
  6. Encoding Values
  7. Isolating Template Assemblies
  8. Multi-threading
  9. Extensibility
  10. Get Involved

Clone this wiki locally