In our new application, we'll need to create our own controller. Let's see how:
- Start by putting these controllers in their own folder called Controllers:
- Then, right-click in the folder and select Add | Controller...:
- You can have Visual Studio create your controller for you but, again, let's roll our own and pick Empty:
The new controller inherits from ControllerBase. This is because the Controller