kiranvnv / RazorEngine

Open source templating engine based on Microsoft's Razor parsing engine

Home Page:http://razorengine.codeplex.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RazorEngine

A templating engine built on Microsoft's Razor parsing engine, RazorEngine allows you to use Razor syntax to build dynamic templates:

string template = "Hello @Model.Name, welcome to RazorEngine!";
string result = Razor.Parse(template, new { Name = "World" });

About

Open source templating engine based on Microsoft's Razor parsing engine

http://razorengine.codeplex.com