Merge pull request #4524 from aspnet/scottaddie/swagger-title-change

Add 'Core' to Swagger tutorial title
pull/4482/merge
Scott Addie 2017-10-09 14:48:34 -05:00 committed by GitHub
commit fe25b8163e
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
## Next steps
* [ASP.NET Web API Help Pages using Swagger](xref:tutorials/web-api-help-pages-using-swagger)
* [ASP.NET Core Web API Help Pages using Swagger](xref:tutorials/web-api-help-pages-using-swagger)
* [Routing to Controller Actions](xref:mvc/controllers/routing)
* For information about deploying your API, see [Publishing and Deployment](xref:publishing/index).
* [View or download sample code](https://github.com/aspnet/Docs/tree/master/aspnetcore/tutorials/first-web-api/sample). See [how to download](xref:tutorials/index#how-to-download-a-sample).

View File

@ -15,7 +15,7 @@ ms.prod: asp.net-core
# Building Web APIs
* [Building your first Web API with ASP.NET Core MVC using Visual Studio](../../tutorials/first-web-api.md)
* [ASP.NET Web API Help Pages using Swagger](../../tutorials/web-api-help-pages-using-swagger.md)
* [ASP.NET Core Web API Help Pages using Swagger](../../tutorials/web-api-help-pages-using-swagger.md)
* [Creating backend services for native mobile applications](../../mobile/native-mobile-backend.md)
* [Formatting response data](../models/formatting.md)
* [Custom formatters](../advanced/custom-formatters.md)

View File

@ -68,7 +68,7 @@
## [Creating backend services for mobile apps](mobile/native-mobile-backend.md)
## [Building Web APIs](mvc/web-api/index.md)
## [Create a Web API](xref:tutorials/first-web-api-mac)
### [ASP.NET Web API Help Pages using Swagger](tutorials/web-api-help-pages-using-swagger.md)
### [ASP.NET Core Web API Help Pages using Swagger](tutorials/web-api-help-pages-using-swagger.md)
### [Creating backend services for native mobile applications](mobile/native-mobile-backend.md)
# [Fundamentals](fundamentals/index.md)

View File

@ -36,7 +36,7 @@ The following step-by-step guides for developing ASP.NET Core applications are a
* [Create a Web API with ASP.NET Core and Visual Studio for Mac](xref:tutorials/first-web-api-mac)
* [Create a Web API with ASP.NET Core and Visual Studio for Windows](first-web-api.md)
* [Create a Web API with ASP.NET Core and Visual Studio Code](web-api-vsc.md)
* [ASP.NET Web API Help Pages using Swagger](web-api-help-pages-using-swagger.md)
* [ASP.NET Core Web API Help Pages using Swagger](web-api-help-pages-using-swagger.md)
* [Creating backend web services for native mobile applications](../mobile/native-mobile-backend.md)
## Working with data

View File

@ -12,7 +12,7 @@ ms.technology: aspnet
ms.prod: asp.net-core
uid: tutorials/web-api-help-pages-using-swagger
---
# ASP.NET Web API Help Pages using Swagger
# ASP.NET Core Web API Help Pages using Swagger
<a name=web-api-help-pages-using-swagger></a>