2017-03-03 08:50:36 +08:00
|
|
|
---
|
2018-03-22 08:18:35 +08:00
|
|
|
title: Build Web APIs in ASP.NET Core
|
2017-01-15 05:59:26 +08:00
|
|
|
author: rick-anderson
|
2018-01-29 23:21:31 +08:00
|
|
|
description: Discover information on building Web APIs in ASP.NET Core.
|
2017-01-15 05:59:26 +08:00
|
|
|
manager: wpickett
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.author: riande
|
2017-01-15 05:59:26 +08:00
|
|
|
ms.date: 01/05/2016
|
2017-03-03 08:50:36 +08:00
|
|
|
ms.prod: asp.net-core
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.technology: aspnet
|
|
|
|
ms.topic: article
|
|
|
|
uid: mvc/web-api/index
|
2017-01-15 05:59:26 +08:00
|
|
|
---
|
|
|
|
|
2018-03-22 08:18:35 +08:00
|
|
|
# Build Web APIs in ASP.NET Core
|
2017-01-15 05:59:26 +08:00
|
|
|
|
2018-03-22 08:18:35 +08:00
|
|
|
* [Build your first Web API with ASP.NET Core using Visual Studio](../../tutorials/first-web-api.md)
|
2017-10-10 03:43:00 +08:00
|
|
|
* [ASP.NET Core Web API Help Pages using Swagger](../../tutorials/web-api-help-pages-using-swagger.md)
|
2018-03-22 08:18:35 +08:00
|
|
|
* [Create backend services for native mobile applications](../../mobile/native-mobile-backend.md)
|
|
|
|
* [Format response data](../models/formatting.md)
|
2017-05-11 04:19:04 +08:00
|
|
|
* [Custom formatters](../advanced/custom-formatters.md)
|
|
|
|
|