I have the following controller action:
[ChildActionOnly] public virtual PartialViewResult ListActions(int id) { var actions = meetingActionRepository.GetAll
Difference between Html.RenderAction and Html.Action
Different things for different purposes. Check out the above link.