Asp.Net MVC 3 - @Html.Action won't render/return any HTML
I've been moving a fairly new project from ViewPages to Razor today, and all seems to be going well. Except I'm trying to use Html.Action to render a user control and it won't render anything. So I have a Shared/_Layout.cshtml file which is referenced in Home/Index.cshtml Index.cshtml has the following: <article> @Html.Action("LatestBlogsMainPanelWidget", "Blogs") ... </article> I've put traps in the BlogsController, so I know that's being requested. I also know that a model is being returned, that the LatestBlogsMainPanelWidget is being found by the view engine, and even some dummy Razor