diff README.markdown @ 0:5bca2d201ad8

initial commit
author cin
date Sun, 24 Aug 2014 11:14:55 +0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.markdown	Sun Aug 24 11:14:55 2014 +0400
@@ -0,0 +1,7 @@
+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" });
\ No newline at end of file