Hi all. I have a need for using Html.RenderUserControl() inside my controller. Specifically, I am doing some AJAX calls whose response is small enough (such as a single form field) to not warrant a full RenderView(). Instead, I am doing HttpContext.Response.Write(). My problem is that I find myself duplicating...