Commit Graph

42 Commits (504733b4fcd0a087e693095501c6fd3b684fd9e2)

Author SHA1 Message Date
Rick Anderson c23f9b383b remove /en-us/ (#3670) 2017-07-10 12:20:50 -06:00
Rick Anderson 2225182397 remove | MS Docs (#3612) 2017-06-30 23:47:15 +00:00
Stephen Daudell 908e9ce369 Added a missing word to routing.md (#3485)
"Routes must configured..." to "Routes must be configured..."
2017-06-12 09:34:29 -04:00
Stephen Daudell 26a74b47db Fix typo in routing.md (#3465)
Change "asterix" to "asterisk"
2017-06-05 16:28:02 -04:00
Jessica White b11243c6df Update routing.md (#3454)
* Update routing.md

When using square brackets with in your regex statement you need to escape them by doubling them. This currently isn't mentioned anywhere in the documentation.

* Update routing.md
2017-06-02 14:53:39 -07:00
Rick Anderson f2a1e2354f Update routing.md 2017-05-11 14:28:46 -10:00
Artur Zgodziński de8c4105e5 Update routing.md (#3286)
Fixed regular expressions to match the whole segment value instead of its sub-string.
2017-05-01 18:42:58 -10:00
Rick Anderson e014c9dcca Update routing.md (#3236)
Maybe I should get rid of Warning too.
2017-04-15 10:05:22 -10:00
Scott DePouw 7aa94251c8 Fixed typo in copy: Missing closing ')' (#3211) 2017-04-12 08:19:20 -04:00
Rick Anderson 5e015810ce clean up regex (#3017) 2017-03-30 20:36:56 -10:00
Rick Anderson a7d6980dab Update routing.md 2017-03-20 08:56:26 -10:00
Daniel Eisterhold ec31052983 Update routing.md (#2967) 2017-03-14 09:30:06 -10:00
Andy Pasic 010b730d27 Bulk metadata fix (#2871)
* meta data fix

* Revert "meta data fix"

This reverts commit ba36883476.

* meta data fix2

* test

* Update owin-oauth-20-authorization-server.md

* Update api-ref.md

* Update api-ref.md

* test

* test2
2017-03-02 14:50:36 -10:00
Luke Latham 7d0d9da8f0 Fix links and anchors (#2639)
* Update app-state.md

* Update dependency-injection.md

* Update aspnet-core-module.md

* Update http-modules.md

* Update other-logins.md

* The Walther blog post is gone

* Update cors.md

* Update context-headers.md

* Update subkeyderivation.md

* Update index.md

* Update app-state.md

* Update dependency-injection.md

* Update routing.md

* Update mvc.md

* Update testing.md

* Update razor.md

* Update memory.md

* Update cors.md

* Update iis.md

* Update integration-testing.md

* Update index.md

* Update integration-testing.md
2017-02-01 14:49:21 -10:00
Tom Dykstra e198c1ab37 revise title (#2592)
* revise title

* Update routing.md

* revise title

* revise title

* revise title

* revise title

* revise title

* revise title

* revise title
2017-01-23 14:03:46 -08:00
Rick Anderson ac0bd47a12 remove project.json (#2548) 2017-01-18 19:48:10 -08:00
Eilon Lipton 3a0f4e66d0 Improved routing info on regex constraints, plus more (#2450)
Also fixed some broken/inaccurate links, typos, etc.
2017-01-03 10:27:13 -10:00
Sébastien Ros 69fddb7bfd Emphasize on related article (#2430) 2016-12-21 11:40:57 -08:00
Shayne Boyer 4f405816cb Partially addresses Issue 2147 (#2382)
* update image alt tags - init

* sass and grunt

* using gulp

* onsie twosie updates

* more single changes
2016-12-13 08:31:52 -08:00
Rick Anderson 4f60bdc1b4 Merge pull request #2327 from guillermooo/patch-6
clarify
2016-12-07 09:02:24 -10:00
Rick Anderson 7d0df6a1ea Merge pull request #2337 from guillermooo/patch-10
typo
2016-12-07 09:01:45 -10:00
Rick Anderson b6c972e8dd Merge pull request #2326 from guillermooo/patch-5
add example for clarity
2016-12-07 09:00:26 -10:00
Guillermo López-Anglada d4b0f9a313 typo 2016-12-07 08:07:58 +01:00
Rick Anderson c31465ff1e Merge pull request #2329 from guillermooo/patch-8
comma changes meaning
2016-12-06 09:02:52 -10:00
Rick Anderson 03d5fcb1cb Merge pull request #2328 from guillermooo/patch-7
I just removed success
2016-12-06 09:02:13 -10:00
Guillermo López-Anglada e333ef9646 rephrased
I might have gone too far, but it reads clearer for me...
2016-12-06 15:43:02 +01:00
Guillermo López-Anglada bb4c26bfe6 typo 2016-12-06 15:21:09 +01:00
Guillermo López-Anglada e9c9055da4 comma changes meaning 2016-12-06 12:01:53 +01:00
Guillermo López-Anglada f98605ccde I just removed success
Can there be too much success?
2016-12-06 11:55:09 +01:00
Guillermo López-Anglada 4d1ead8561 clarify
Tried to arrange steps in an order that seems more logical.
2016-12-06 11:45:21 +01:00
Guillermo López-Anglada 4298cafb52 add example for clarity 2016-12-06 11:37:16 +01:00
Guillermo López-Anglada 38424762e1 clarify
Things that I found unclear:

* missing info where routes come from
* *that will be used for request processing* (the URL or the values?)
* URL vs link (better to use just one term?)

My version is longer. I tried to unify terminology and emphasize that Routing can do one op and its reverse.
2016-12-06 11:29:32 +01:00
Charlie Chu 548c18a2d6 Fix typo 2016-12-05 15:06:15 +08:00
Charlie Chu 89c9bcea86 Fix typo 2016-12-03 17:21:36 +08:00
Don Kiely 42ad04f9c4 Fix typos in tables
The route templates/behavior template didn't have a proper column marker, and the minlength example in the route constraints table was inconsistent with the note.
2016-11-18 17:57:10 -09:00
Andy Pasic a82e144ea1 fixed code snippets 2016-11-17 21:03:07 -08:00
Rick Anderson 17f93fe6c5 keywords and decription meta-data 2016-11-17 10:13:02 -10:00
Rick Anderson b23d49f1f6 title + meta on technology 2016-11-16 14:24:57 -10:00
Steve Smith 807a02838b Author updates (#2144) 2016-11-11 11:28:14 -05:00
Andy Pasic 81425c2f2a Api link fix (#2115)
* quick test

* quick test

* quick test

* Revert "quick test"

This reverts commit 91b07a3df5.

* Revert "quick test"

This reverts commit e44af19bb4.

* Revert "quick test"

This reverts commit 6872a1921d.

* Removed links to old api site

* Fixed link to H1

* quick fix

* Fixed link to H1

* reverted to match master

* removed random character.

* removed random unix character

* removed random unix character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* Quick fixes

* Update CONTRIBUTING.md

* removed random UTF character

* removed random UTF character

* Update routing.md

* Update validation.md

* Update overview.md

* Update linuxproduction.md

* Update web-publishing-vs.md

* Update sociallogins.md

* Update cors.md

* Update cross-site-scripting.md

* Update overview.md

* Update key-encryption-at-rest.md

* Update adding-model.md

* Update new-field.md

* Update validation.md

* Update first-web-api.md

* Update nano-server.md

* Update your-first-mac-aspnet.md

* Update linuxproduction.md
2016-11-07 07:58:40 -10:00
Nikita Pakhomov f02dd115ae Fix path to samples in fundamentals section (#2088)
Add an optional extended description…
2016-11-03 08:17:47 -10:00
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00