volkovku / RazorTemplates

Open source templating engine based on Microsoft's Razor parsing engine. Thread safe. Allows run Razor templates outside ASP.Net MVC Projects.
Microsoft Public License
99 stars 32 forks source link

Support for ExpandoObject (dynamic) #1

Closed alxbog closed 11 years ago

alxbog commented 11 years ago

If I pass ExpandoObject to Render method it cannot find its properties and fails with an exception.

tylerlong commented 11 years ago

I meet the same problem

volkovku commented 11 years ago

Thank for your bug report. Problem fixed now.