What is the difference between Action and RenderAction Helper Methods in MVC framework
<%= Html.Action("list1") %><% Html.RenderAction("list1"); %>