8adea46a4c
* Typo fix - update overposting url in samples code comments - Change (`// To protect from overposting attacks, see https://go.microsoft.com/fwlink/?linkid=2123754`) to (`... https://go.microsoft.com/fwlink/?LinkId=317598`) in multiple files. Reference from first example of "Processing the POST Request" from "Part 6, controller methods and views in ASP.NET Core" article (https://learn.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/controller-methods-views?view=aspnetcore-7.0#processing-the-post-request). - Fix spacing by changing (... `TodoItem`that..) and (... `TodoItem`from...) to (... `TodoItem` that..) and (... `TodoItem` from...) in Tutorial: create a web API with ASP.NET Core article. * Reverted links to original linkid Original link ID is correct but either the fwlink itself needed and update or the section it points to needs an anchor that matches. So reverting to original. --------- Co-authored-by: Wade Pickett <wpickett@microsoft.com> |
||
---|---|---|
.. | ||
2.x/TodoApiSample | ||
3.x | ||
6.x |