In ASP.NET MVC, what is the difference between:
Html.Partial
Html.RenderPartial
Html.Action
Html.
Html.Partial: returns MvcHtmlString and slow
MvcHtmlString
Html.RenderPartial: directly render/write on output stream and returns void and it's very fast in comparison to Html.Partial
void