Skip to content
Strandedpirate edited this page May 4, 2012 · 7 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 it's 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