Search code examples
c#c#-4.0razorasp.net-mvc-3

How can I use Razor in non-web applications... such as a mail merge program?


Has anyone attempted to use Razor outside of a Web Application, such as within a C# commandline application?

Generally how would one go about using Razor to do a simple mail merge? It seems to be possible based on the comments of this blog post.


Solution

  • Check out this question: Is it possible to use Razor View Engine outside asp.net