Update web-api-vsc.md (#3095)

pull/3098/head
Rick Anderson 2017-03-29 10:43:58 -10:00 committed by GitHub
parent f01a62c938
commit 120568d84a
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ In this tutorial, youll build a simple web API for managing a list of "to-do"
ASP.NET Core has built-in support for MVC building Web APIs. ASP.NET Core has built-in support for MVC building Web APIs.
See [Build a web API with ASP.NET Core MVC and Visual Studio](xref:tutorials/first-web-api) for a version of this tutorial that uses Visual Studio.
## Overview ## Overview
Here is the API that youll create: Here is the API that youll create: