AspNetCore.Docs/aspnetcore/fundamentals/logging/index
Muhab Abdelreheem 8adea46a4c
Typo fix - update protect from overposting URL in sample code comments (#28784)
* 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>
2023-03-28 12:03:32 -10:00
..
_static
samples Typo fix - update protect from overposting URL in sample code comments (#28784) 2023-03-28 12:03:32 -10:00
samples_snapshot/3.x/TodoApiSample