Skip to content
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.


  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

Intellisence and ReSharper

Clone this wiki locally