* Pivot Controller routing content based on version
* Update routing content for 3.0
Significant rewrite of 3.0 focused on:
- Making routing concepts more prominent
- Decrease conflation of routing and MVC in docs
- Banish mentions of old features to the land of wind and ghosts
- Avoid the term MVC when we're actually referring to Controllers and
Razor Pages
* Update routing.md (#16336)
* Update routing.md
* Update routing.md
* Update routing.md
* Update routing.md
* Update routing.md
* Update routing.md
* Rick's PR of Ryans routing PR (#16456)
* Rick's PR of Ryans routing PR
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* almost done
* almost done
* almost done
* almost done
* almost done
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* more work
* more work
* more work
* more work
* more work
* more work
* more work
* more work
* more work
* more work
* more work
* more work
* more work
* more work
* more work
* more work
* more work
* more work
* more work
* more work
* more work
* more work
* Apply suggestions from code review
Co-Authored-By: Ryan Nowak <nowakra@gmail.com>
Co-Authored-By: James Newton-King <james@newtonking.com>
* react to feedback part 1
* react to feedback part 1
* react to feedback part 1
* react to feedback part 1
* react to feedback part 1
* react to feedback
* react to feedback
* react to feedback
* clean up
* clean up
* clean up
* clean up
* clean up
* clean up
* clean up
* clean up
* clean up
* clean up
* Apply suggestions from code review
Accepting all these fantastic suggestions.
Co-Authored-By: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
* Apply suggestions from code review
Co-Authored-By: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
* Update aspnetcore/fundamentals/routing/samples/3.x/RoutingSample/EndpointInspectorStartup.cs
Co-Authored-By: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
* work
* Apply suggestions from code review
Co-Authored-By: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
* work
* work
* Update aspnetcore/mvc/controllers/routing.md
Co-Authored-By: Ryan Nowak <nowakra@gmail.com>
* Update aspnetcore/mvc/controllers/routing.md
Co-Authored-By: Ryan Nowak <nowakra@gmail.com>
* Update aspnetcore/fundamentals/routing.md
Co-Authored-By: Ryan Nowak <nowakra@gmail.com>
* react to feedback
* Apply suggestions from code review
Co-Authored-By: Ryan Nowak <nowakra@gmail.com>
* react to feedback
* react to feedback
* react to feedback
* react to feedback
* react to feedback
* clean up
* work
* work
* simplify MyDisplayRouteInfo return
* simplify MyDisplayRouteInfo return
* simplify MyDisplayRouteInfo return
* simplify MyDisplayRouteInfo return
Co-authored-by: Ryan Nowak <nowakra@gmail.com>
Co-authored-by: James Newton-King <james@newtonking.com>
Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
* Update publish-to-azure-webapp-using-vscode.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: James Newton-King <james@newtonking.com>
Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
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.