AspNetCore.Docs/aspnetcore/mvc/web-api/index.md

22 lines
725 B
Markdown
Raw Normal View History

---
title: Build Web APIs in ASP.NET Core
author: rick-anderson
2018-01-29 23:21:31 +08:00
description: Discover information on building Web APIs in ASP.NET Core.
manager: wpickett
2018-01-29 23:21:31 +08:00
ms.author: riande
ms.date: 01/05/2016
ms.prod: asp.net-core
2018-01-29 23:21:31 +08:00
ms.technology: aspnet
ms.topic: article
uid: mvc/web-api/index
---
# Build Web APIs in ASP.NET Core
* [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)
* [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)