Contents tagged with Hack
-
Getting the HTML for a ViewResult in ASP.NET Core
This is another post tagged “hack”: this time, how to get the HTML for a rendered view, in code. This is a standard solution that does not use any kind of reflection (or other) magic.