Good day.

Is there way to implement Html.Action(.....) using a controller from plugin? I don't want to change the original controllers' code.

Upd: Solved. Do not forget [ChildActionOnly] attribute :)