Minor change but it seems a little confusing to call the button "Edit" when you use it to "Save" your changed todo item.
Slight sense of deja vu. #9602
* Unified Web API and 2.2 version
* work
* work
* work
* work
* work
* work
* work
* Update ToC link text
* Update ToC link text
* Update aspnetcore/tutorials/first-web-api.md
Co-Authored-By: Rick-Anderson <riande@microsoft.com>
* Update aspnetcore/tutorials/first-web-api/samples/2.2/TodoApi/Controllers/TodoController.cs
Co-Authored-By: Rick-Anderson <riande@microsoft.com>
* Update aspnetcore/tutorials/first-web-api/samples/2.2/TodoApi/Controllers/TodoController.cs
Co-Authored-By: Rick-Anderson <riande@microsoft.com>
* react to feedback 1
* react to feedback
* react to feedback
* react to feedback
* react to feedback
* Update aspnetcore/tutorials/first-web-api.md
Co-Authored-By: Rick-Anderson <riande@microsoft.com>
* Update aspnetcore/tutorials/first-web-api.md
Co-Authored-By: Rick-Anderson <riande@microsoft.com>
* Update aspnetcore/tutorials/first-web-api.md
Co-Authored-By: Rick-Anderson <riande@microsoft.com>
* Update aspnetcore/tutorials/first-web-api.md
Co-Authored-By: Rick-Anderson <riande@microsoft.com>
* Update aspnetcore/tutorials/first-web-api.md
Co-Authored-By: Rick-Anderson <riande@microsoft.com>
* react to feedback
* MVCify web API tutorial (#9629)
* work
* work
* work
* work
* work
* work
* work
* work
* work
Fixes#9219
@JunTaoLuo Dan calls out the implicit versioning "for 2.1 SDK or later;" however, we don't usually version the doc content by SDK release. We might need to say something for this update in the passage that I'm adding to the All topic (*aspnetcore/fundamentals/metapackage.md*) about which SDK version this applies to. I don't know if that's something that you would like to do or what version to call out.
I also remove the version from the samples. We also assume that devs are using the latest SDK with our samples.
Fixes#9150
The result from getData function (in site.js) gets cached so after Add, Edit and Delete operations it shows the same data in the HTML table. So its better to add "cache:false" option to ajax call inside the getData function.
Addresses #8579
I might be getting the hang of **_find and replace_** now. 😝
This doesn't touch a couple that ref 2.2.0. I'll tidy those up on https://github.com/aspnet/Docs/issues/8518 after 2.2 RTM.
Addresses https://github.com/aspnet/Docs/issues/7866
The 2.1 project template doesn't add the `Version` attribute, but the sample app includes it (as it should). This PR tells the reader to add the attribute.