In ASP.NET MVC, what is the difference between:
Html.Partial
Html.RenderPartial
Html.Action
Html.
Difference is first one returns an MvcHtmlString but second (Render..) outputs straight to the response.
MvcHtmlString
Render..