Commit Graph

20 Commits (9ca97f874528518491c843e2d5f0bdffd8e3f16f)

Author SHA1 Message Date
Kirk Larkin e955a9674e
Update Routing to 6.0 (#23932) 2021-11-22 11:14:25 +00:00
Kirk Larkin d085770a96
Prepare Routing for 6.0 (#23931) 2021-11-16 10:39:21 +00:00
Kirk Larkin 0da3bd4a0b
Fix Routing sample code for regex-constrained route template (#19297) 2020-07-23 15:49:08 -10:00
Rick Anderson fa4c1e7b6e
Use NuGet routing debug package (#17572)
* Use NuGet routing debug package

* Use NuGet routing debug package

* Use NuGet routing debug package

* Use NuGet routing debug package
2020-04-01 13:03:18 -10:00
Rick Anderson bc4e74af15
Add debug route info (#17459)
* Add debug route info

* Add debug route info

* Add debug route info
2020-03-26 12:49:59 -10:00
Ryan Nowak 656cd65e8f
Routing 3.X MAJOR rewrite/update (#16335)
* 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>
2020-03-24 18:41:44 -10:00
Rick Anderson 3a86181dd6
add endpoint routing (#16154)
* add endpoint routing

* add endpoint routing

* add endpoint routing

* work

* Update aspnetcore/fundamentals/routing.md

Co-Authored-By: James Newton-King <james@newtonking.com>

* work

* react to feedback

* react to feedback

* react to feedback

* Apply suggestions from code review

Co-Authored-By: James Newton-King <james@newtonking.com>

* react to feedback

* react to feedback

* Apply suggestions from code review

Co-Authored-By: James Newton-King <james@newtonking.com>

* Update aspnetcore/fundamentals/routing.md

Co-Authored-By: James Newton-King <james@newtonking.com>

* word smith
2019-12-16 15:10:09 -08:00
Luke Latham 4a16dc236d
3.1 Sample Updates (#16170) 2019-12-12 17:31:22 -06:00
David Pine 1abb32ad3d Compressed .PNG image files (#15654) 2019-11-11 10:53:59 -06:00
Luke Latham 367cfa0cfd
Routing topic 3.0 updates (#14334) 2019-09-25 16:52:41 -05:00
ChuckByram 08d01e45f7 'detonate' a package? Really? (#12622) 2019-06-07 12:17:44 -05:00
Luke Latham d18fa2b084
2.2 Sample Updates (#9795) 2018-12-04 10:56:13 -06:00
Luke Latham 12ddfb347a
Routing topic updates (#9527) 2018-11-19 13:11:47 -06:00
Luke Latham 8e6dd4a7f4 Drop version from App package (#8881)
Addresses #8579 

I might be getting the hang of **_find and replace_** now. 😝

This doesn't touch a couple that ref 2.2.0. I'll tidy those up on https://github.com/aspnet/Docs/issues/8518 after 2.2 RTM.
2018-10-06 17:10:28 -10:00
Luke Latham 46f41d4774
Update All and App package versions (#8513) 2018-09-13 11:39:23 -05:00
Luke Latham 1a0f79a8fe
Update All/App package version (#8489) 2018-09-11 08:53:03 -05:00
Luke Latham 0e443b32dc
Routing updates (#8192) 2018-08-21 11:17:08 -05:00
Scott Addie f90eb4d02e Upgrade routing doc sample code to CSPROJ (#3105) 2017-03-30 08:37:02 -10:00
Amir_Chabok 54b7e98b45 Add Project.json & Fix error on routing 2016-12-09 22:15:54 +03:30
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00