Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 363 Bytes

web-api.md

File metadata and controls

7 lines (4 loc) · 363 Bytes

Web API

An ASP.NET Core application with an example controller for a RESTful HTTP service.

If you need to create a back-end service along with your app, this provides an easy way to include it all in the same solution.

Learn more about Web API in the ASP.NET tutorial.