pull/13835/head
Luke Latham 2019-08-14 15:30:19 -05:00 committed by GitHub
parent 6dc83db144
commit cfe3f949d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ author: rick-anderson
description: Learn how to build a web API with ASP.NET Core. description: Learn how to build a web API with ASP.NET Core.
ms.author: riande ms.author: riande
ms.custom: mvc ms.custom: mvc
ms.date: 08/05/2019 ms.date: 08/14/2019
uid: tutorials/first-web-api uid: tutorials/first-web-api
--- ---
@ -919,7 +919,7 @@ For more information, see the following resources:
* <xref:web-api/index> * <xref:web-api/index>
* <xref:tutorials/web-api-help-pages-using-swagger> * <xref:tutorials/web-api-help-pages-using-swagger>
* <xref:data/ef-rp/index> * <xref:data/ef-rp/intro>
* <xref:mvc/controllers/routing> * <xref:mvc/controllers/routing>
* <xref:web-api/action-return-types> * <xref:web-api/action-return-types>
* <xref:host-and-deploy/azure-apps/index> * <xref:host-and-deploy/azure-apps/index>