Fixes#8208
This is in relation to and hopefully fixes#8208. I have added the additional supported HTTP Action verbs, HEAD, OPTION and PATCH to those listed as convention.
* Update docker-aspnetmvc.md
The current windows container releases appear to have fixed the "localhost" issue that was previously mentioned in this readme. I've updated the article and have made a separate pull request for the referenced ps1 script to also remove the `docker inspect`
* Update the ASP.NET Version included in base image
* UE pass
* overview
* whats new to end
* fix migration node
* split fundamentals, move to end
* glob & loc, get started
* security node name
* security section
* azure, client-side, host
* several more sections
* redistribute tutorials
* proofread fixes
* move how to download section
* index files delete and redirect
* fix errors
* reorder some nodes
* scott feedback, flatten main tutorials node
* fix missed feedback items + other issues
* unflatten tutorials node
* move 'how to download'
* more tutorials node tweaks
* standardize view sample links
* db --> DB
* fix build error
* remove link from a parent node
* streamline node names
* xref links
* typos
* typo
* typos and revert some xref links
* scott feedback
* scott feedback
* feedback
* change node name
* safe storage-->protect
* Update sample to reflect .NET Core 2.1 out of the box
In support of https://github.com/aspnet/Docs/issues/8558
* Update line highlights for 2.1 sample
* Update _Layout21.cshtml
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.
* WIP: Classic ASP.NET config builders
* work
* Update config-builder.md
* work
* work
* work
* work
* work
* work
* work
* work
* work
* react to feedback
* react to feedback
* feedback
* work
* work
* work
* work
* work
* work
* fix
* react to Fritz feedback
* react to feedback
* react to feedback
* react to feedback
* remove unecessary assets
* remove unecessary assets
* steve's edits
* my edits of steve's edits
Fixes#9217
Came to fix versioning ... there was a build warning on another PR.
It looks like the whole topic should be versioned >=2.1, so that's what I did.