I'd like to create a partial (to be called as @Html.Partial) by getting the id of the table and a collection of the data. But it would have to be totally independent. The part of C #, with reflection, I can make a good one, but I do not know how to create this in MVC.
How can I create a MVC pro html extension and call a Table function, receiving these parameters? And how to internally call a predefined view and controller?