Mercurial > pub > RazorEngine
annotate README.markdown @ 1:82b5641bdba1
removed nuget
| author | cin |
|---|---|
| date | Sun, 24 Aug 2014 17:57:06 +0400 |
| parents | 5bca2d201ad8 |
| children |
| rev | line source |
|---|---|
| 0 | 1 RazorEngine |
| 2 =========== | |
| 3 | |
| 4 A templating engine built on Microsoft's Razor parsing engine, RazorEngine allows you to use Razor syntax to build dynamic templates: | |
| 5 | |
| 6 string template = "Hello @Model.Name, welcome to RazorEngine!"; | |
| 7 string result = Razor.Parse(template, new { Name = "World" }); |
