In this SO post, none of the answers specified explicitly whether there's any difference between @Html.RenderPartial
and @RenderPage
. Is @RenderPage
just a "prettier" version than @Html.RenderPartial
, in a sense that you don't have to wrpa it inside of @{} because it doesn't return void?
Edit: Didn't I just explain how is my question different from the one I linked to?