Commit Graph

12 Commits (707cadd9a2b020aa9455fe53adb388713eddd8a3)

Author SHA1 Message Date
Kirk Larkin 33836f9fc8
Fix a couple of small MVC routing issues (#18496) 2020-05-26 11:47:26 -10:00
dymanoid 0bbcc3a016
Fix indent in MVC routing code sample (#18495) 2020-05-26 15:28:25 -05:00
Rick Anderson 6120e5eb58
RegEx timeout warning (#17716)
* RegEx timeout warning

* RegEx timeout warning

* Update aspnetcore/mvc/controllers/routing.md

Co-Authored-By: Kirk Larkin <6025110+serpent5@users.noreply.github.com>

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2020-04-13 11:21:33 -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
Nick Schonning 068d6f58bb typo: Optinally -> Optionally (#11552) 2019-03-19 09:45:10 -05:00
Luke Latham 5704de168e Implicit versioning of the All package (#9223)
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.
2018-10-25 15:16:50 -10:00
Luke Latham f85202290b Remove HTTP links to Microsoft (#8353)
Fixes #8350
2018-08-30 11:48:27 -07:00
user135711 52eccf2ff1 fix null ptr (#6396) 2018-05-12 13:59:25 -10:00
Luke Latham 239aa0ba8c Remove PJ files from non-sample projects (#5502) 2018-02-20 10:38:33 -06:00
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00