stephen-lim

Results 8 comments of stephen-lim

Hi @ahoefling @bdukes DotNetNuke.Web.Razor was heavily promoted as the new way to develop SPA modules. See [blog post](https://www.dnnsoftware.com/community-blog/cid/155196/build-spa-dnn-modules-using-razor-and-webapi). I know many other developers built all kinds of things around it....

@mitchelsellers Yes, but it's a lot more than just a RazorEngine type of thing. We need to use many helpers in the Razor library that make this step usable in...

@ahoefling In your example, how would the Razor code access the DNN Helpers to provide context for page building? This is a key requirement

@ahoefling Yes, i'll be happy to test.

@ahoefling isn't RazorEngine under DotNetNuke.Web.Razor namespace that is being deprecated? `var razorEngine = new RazorEngine(virtualPath, null, null);`

@ahoefling In your spec above, it would be nice if the routing can be dynamically changed such that we can return Razor pages from different folder paths than set in...

Hi @ahoefling, the RazorHost module is used in many places and I see it has a dependency on DotNetNuke.Web.Razor, will this continue to work after v11?