I have the following controller action:
[ChildActionOnly] public virtual PartialViewResult ListActions(int id) { var actions = meetingActionRepository.GetAll
Html.Partial should work as well :)
@Html.Partial("View", Model);