Create Partial for Table [closed]

1

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?

    
asked by anonymous 22.11.2016 / 22:37

0 answers