I created a project in VS 2017 with Scaffolding (CRUD) has created the views. But now how can I call the CRUD driver within the project that VS creates by default,
I put the name of the driver in the URL and it works, but I need to call it a button or a link.
This is the typical project generated by VS. making use of the home controller. but within this view, is it possible to call another controller?