Update index.md

pull/22740/head
Rick Anderson 2021-07-15 08:35:01 -07:00 committed by GitHub
parent 653280d01f
commit afc8773aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ uid: web-api/index
---
# Create web APIs with ASP.NET Core
<!-- TODO next update consoladate moniker versions -->
By [Scott Addie](https://github.com/scottaddie) and [Tom Dykstra](https://github.com/tdykstra)
ASP.NET Core supports creating RESTful services, also known as web APIs, using C#. To handle requests, a web API uses controllers. *Controllers* in a web API are classes that derive from `ControllerBase`. This article shows how to use controllers for handling web API requests.