52c49c924d
Addresses https://github.com/aspnet/Docs/issues/5495 Updates 2 web API samples and a Partial Tag Helper sample from 2.1 RC1 to 2.1 RTM. |
||
---|---|---|
.. | ||
WebApiSample.Api | ||
WebApiSample.Api.Pre21 | ||
WebApiSample.DataAccess | ||
README.md | ||
global.json |
README.md
ASP.NET Core Web API Controller Sample
This sample app consists of the following projects:
- WebApiSample.Api: An ASP.NET Core 2.1 project targeting .NET Core 2.1.
- WebApiSample.Api.Pre21: An ASP.NET Core 2.0 project targeting .NET Core 2.0.
- WebApiSample.DataAccess: A .NET Standard 2.0 class library serving as a data access tier for the 2 Web API projects.
This sample illustrates variations of Web API controller creation: