From b25ab0b0c6669474d6a886e307939e83caba5a30 Mon Sep 17 00:00:00 2001 From: Kai Date: Tue, 22 Sep 2020 16:06:35 +0200 Subject: [PATCH] Updated name --- .../includes/notification-hubs-backend-service-web-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/mobile-apps/includes/notification-hubs-backend-service-web-api.md b/articles/mobile-apps/includes/notification-hubs-backend-service-web-api.md index 23d9a0a23f..062a88ecc0 100644 --- a/articles/mobile-apps/includes/notification-hubs-backend-service-web-api.md +++ b/articles/mobile-apps/includes/notification-hubs-backend-service-web-api.md @@ -526,7 +526,7 @@ Use of the notification hub and the [Notification Hubs SDK for backend operation 1. **Control** + **Click** on the **Controllers** folder, then choose **New File...** from the **Add** menu. -1. Select **ASP.NET Core** > **Web API Controller Class**, enter *NotificationsController* for the **Name**, then click **New**. +1. Select **ASP.NET Core** > **API Controller Class - Empty**, enter *NotificationsController.cs* for the **Name**, then click **New**. 1. Add the following namespaces to the top of the file.