Update adding-controller.md (#19458)

MVC Controller Class - Empty -> Controller Class - Empty

THANKS!
pull/19461/head
Heesun Lee 2020-08-09 18:59:10 -04:00 committed by GitHub
parent aa946b49e9
commit 71d2c98d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ We cover these concepts in this tutorial series and show you how to use them to
* In **Solution Explorer**, right-click **Controllers > Add > Controller**
![Contextual menu](adding-controller/_static/add_controller.png)
* In the **Add Scaffold** dialog box, select **MVC Controller - Empty**
* In the **Add Scaffold** dialog box, select **Controller Class - Empty**
![Add MVC controller and name it](adding-controller/_static/ac.png)