I tried to find a clear answer, but could not. Where does the helper method such as Html.RenderAction() and Html.Partial() are executed? at the server or the client side? Is the razor code, executed locally?
If on the server, is there a client-side alternative?
Thanks