I'm still somewhat new to ASP.NET MVC so I hope my question is clear. In my project I have a parent view, that renders partial views inside the parent view by calling @Html.Action(controller action name) inside the parent view. I'm still somewhat new to ASP.NET MVC so I hope