ASP.NET - Associate controller with partial empty view

0

I have a partial empty Razor view that does not depend on any entity in my class model. I want to put two drodpowns with a button for each one that allows you to add records. For this, I will need a controller. How do I bind a controller to an empty partial view Razor that is not associated with any class?

    
asked by anonymous 17.08.2018 / 15:41

0 answers