I\'m trying to generate a HTML document with RazorEngine (http://razorengine.codeplex.com/). Everything is mostly working, but the problem I have now is some of the
Have you tried:
@Raw(installationReport.DigiChannels())
Edit : I could use it in following way (MVC3)
@Html.Raw(installationReport.DigiChannels())