Razor: @Html.Partial() vs @RenderPage()
13:32 21 Dec 2010

What is the appropriate way of rendering a child template?

And what's the difference? Both seem to work for me.

And why does @Html.RenderPartial() no longer work?

asp.net-mvc razor renderpartial