1.0 KiB
1.0 KiB
title | author | description | ms.author | manager | ms.date | ms.topic | ms.technology | ms.prod | uid |
---|---|---|---|---|---|---|---|---|---|
Adding a controller to an ASP.NET Core MVC app | rick-anderson | How to add a controller to a basic ASP.NET Core MVC app using Visual Studio of Mac | riande | wpickett | 06/28/2017 | article | aspnet | asp.net-core | tutorials/first-mvc-app-mac/adding-controller |
Adding a controller to an ASP.NET Core MVC app with Visual Studio for Mac
[!INCLUDEadding-controller]
Add a controller
In Solution Explorer, right-click Controllers > Add > New File.
Select ASP.NET Core and MVC Controller Class.
Name the controller HelloWorldController.
[!INCLUDEadding-controller2]