Render Razor View outside the MVC 6 context

Viewed 277

I'm working on a Class Library (Package) which should be able to render an embedded Razor View to a string. I'm using '"Microsoft.AspNet.Mvc": "6.0.0-rc1-final"' package.

Is there any way to render a view to string without using ActionContext/HttpContext and not using "http://antaris.github.io/RazorEngine/"?

0 Answers
Related