1. Corrected the contradicting example of HttpUtility while Security Note was telling about HttpServerUtility use
2. Corrected example of url string the purposed url didn't matched with the result image previously.
* 2.0 update of Limiting identity by scheme doc
* Update 2.0 code snippet
* add link to what css auto-sync is
* Remove unnecessary anchor
* Update note for 2.0
* Update doc to state that CookieTempData is the default (#4350)
* Update doc to state that CookieTempData is the default
In ASP.NET Core 2.0 the Cookie TempData provider is the default, not session state.
* Feedback + restructuring the text
* Add more explanation of choosing a TempData provider
Also fixed formatting and headings
* Update app-state.md
* Update app-state.md (#4525)
* Update app-state.md
* Update app-state.md
* Update app-state.md
* Update app-state.md
* Minor edits
* Provide more context in last code snippet
* Dedent code snippet
* Convert link to xref style
* React to feedback
* Remove unnecessary anchors from social auth docs
* MVC Core --> Core MVC
* Update limitingidentitybyscheme.md
* Fix incorrect file name in QR Code doc
* Minor tweaks
* application --> app
* Implement Rick's suggestion in cookie doc
* Implement Rick's suggestion in cookie doc
* Remove link to "Quick Guide"
* Change html code snippet types to cshtml
* Update sql.md
* Remove unnecessary markup from top of the document
* React to feedback
* Escape underscores
* Change snippet types to cshtml
* Fence it!
* Convert to xref link
* HTML --> cshtml
* Remove Localization.AspNetCore.TagHelpers package mention (#4553)
* Update index.md
* fix illegal links
aspnetcore/security/authorization/policies.md
• Line 19: [Warning] Illegal link: `[role authorization](roles.md#security-authorization-role-based)` -- missing bookmark. The file security/authorization/roles.md doesn't contain a bookmark named security-authorization-role-based.
• Line 19: [Warning] Illegal link: `[claims authorization](claims.md#security-authorization-claims-based)` -- missing bookmark. The file security/authorization/claims.md doesn't contain a bookmark named security-authorization-claims-based.
* Fix invalid bookmarks (#4570)
* Included closing brace in code sample (#4569)
* Used an explicit code sample rather than a snippet.
The snippet is from a larger class, this modification allows it to be copied and build without modification.
* Included closing brace in link to example as suggested
* Add PO localization doc
* More edits
* Updates TaskCache to Task
Since [TaskCache](https://github.com/aspnet/Common/issues/238) was removed this updates the samples to use `Task.CompletedTask` instead
* More edits
* More edits
* Change code snippet type from C# to CSHTML
* Add missing snippet types
* Add Required note to model validation topic
Fixes#1928
* MVC views overview update
Updates
Updates
Updates
Updates
Update
* React to feedback
* React to feedback
* Add support disclaimer
* UE pass on Publishing to IIS topic
* React to feedback
Minor update
* Move VS Tools for Docker doc to ASP.NET Core repo
* React to feedback
* React to feedback
* Drop literal_block comments and fix a few code blocks
* Fix demo code for AddAuthentication.AddCookie
In .Net Core 2.0 using the code as supplied results in an exception, the fix is to pass the scheme name when calling AddCookie.
Fails:
services.AddAuthentication("MyCookieAuthenticationScheme")
.AddCookie
Works:
Fix demo code for services.AddAuthentication.AddCookie
services.AddAuthentication("MyCookieAuthenticationScheme")
.AddCookie("MyCookieAuthenticationScheme",
* React to feedback
* Fix one
* React to feedback
* Convert title to sentence case
* Add missing param to AddCookie call
* React to feedback
* React to feedback
* Add RP tutorial step 'Uploading files' to TOC
* fix breadcrumb link to core
* Update model-binding.md
Fixing type `CancelationToken` -> `CancellationToken`
* minor clean up (#4431)
* Updates
* Fix a link
* Explain post delete method
Update
* Fix inadvertent uid change (typo)
* React to feedback
* React to feedback
* React to feedback
* Alter app cookie configuration code samples
* Update first-web-api-mac.md (#4441)
* Update web-api-vsc.md
* Remove dead project file (#4427)
* Updates to the intro: layouts, partials, VCs
* Update web-publishing-vs.md (#4447)
* Update web-publishing-vs.md
* Update web-publishing-vs.md
* Update identity-enable-qrcodes.md
* Update identity-enable-qrcodes.md
* Update identity-enable-qrcodes.md
* Remove extra space
* Minor edits
* Add TOC link to snapshot debugging doc
* Update index.md (#4443)
* Update index.md
* Update index.md