Commit Graph

246 Commits (040ef46ec4dc4968176a7b2f12a6b8db22dd7da0)

Author SHA1 Message Date
Kirk Larkin 5286211f20
Remove/prune .gitignore and .gitattributes (#24075) 2021-11-26 17:05:31 +00:00
Kirk Larkin 385882e30a
Update Filters to 6.0 (#23935)
* Update Filters to 6.0

* Use file-scoped namespace declarations

* Restore < 6.0 version

* Update Filter scopes and order of execution

* Update Cancellation and short-circuiting

* Update Dependency injection

* Update specific filters

* IFilterFactory

* Update Use middleware in the filter pipeline

* Remove unused appsettings.json values

* .

* Set ms.date
2021-11-22 07:26:25 -10:00
Christopher Yeleighton 7b7704b1be
A controller is an instantiable public class (#24007) 2021-11-20 10:56:46 -06:00
Kirk Larkin 095e67886a
Prepare Filters for 6.0 (#23881) 2021-11-12 15:35:22 +00:00
Rick Anderson f554286ed3
V6 MVC routing /3x (#23246)
* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

* Update aspnetcore/mvc/controllers/routing/samples/6.x/main/Controllers/TestController.cs

Co-authored-by: David Pine <david.pine@microsoft.com>

* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

* V6 MVC routing /3x

Co-authored-by: David Pine <david.pine@microsoft.com>
2021-09-27 09:45:54 -07:00
Rick Anderson c0cfbacdef
routing V6 /3x moniker prep /3x (#23245) 2021-09-08 18:34:11 -07:00
Alif 0eb68b30d6
update routing comment (#23240) 2021-09-08 15:40:27 -07:00
Alexander Yumashev bd853164dd
Fixed links to wrong methods (#23167) 2021-08-31 08:51:13 -05:00
Wade Pickett 44c9efdf1c
Broken links sweep (#23027)
* Broken links sweep

* fixed link warnings

* update visual-studio-publish-profiles.md
2021-08-16 10:46:33 -07:00
Rick Anderson e8d89ca046
Update areas.md (#22788) 2021-07-21 11:12:31 -07:00
rekker22 c5a4718dc4
Changes against Issue #18636 (#20071)
* Changes against Issue #18636

* Removed wrongly added INCLUDE

* Update aspnetcore/includes/reservedRouting.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/includes/reservedRouting.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/mvc/controllers/routing.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/includes/reservedRouting.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update reservedRouting.md

* Add no-loc metadata

Co-authored-by: subhasish Mandal <sm8017797063@gmail.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2021-06-07 12:14:55 -10:00
Rick Anderson 45f8e7a1f5
filters thread safety /7 (#22296)
* filters thread safety

* filters thread safety

* Apply suggestions from code review

Co-authored-by: Kirk Larkin <serpent5@pm.me>

Co-authored-by: Kirk Larkin <serpent5@pm.me>
2021-05-24 12:46:28 -10:00
Fiyaz Bin Hasan 77d71adf0c
highlighting index fix (#22313)
* highlighting iindex fix

* highlighted line index fix
2021-05-17 07:35:57 -10:00
Rick Anderson ad321c2700
Add Home and Privacy to no-loc (#22237)
* Add Home and Privacy to no-loc

* Add Home and Privacy to no-loc
2021-05-08 10:12:34 -10:00
Kent Sharkey a15b056735
Links: ASP.NET Core (2021-05) (#22231) 2021-05-07 13:46:06 -10:00
Rick Anderson 2f00739f4e
Kestrel to no-loc (#22182) 2021-05-01 13:03:18 -10:00
Michal Mrnuštík 383b0f5c3e
Replace status code with status code enum (#22116)
* Replace all hardcoded status codes with System.Net.HttpStatusCode

* Replace all StatusCodes references to HttpStatusCode

Co-authored-by: Michal Mrnuštík <michal.mrnustik@riganti.cz>
2021-04-23 10:14:47 -10:00
Luke Latham de6d29ad18
App Model topic+sample update (#21977) 2021-04-05 07:23:43 -05:00
Rick Anderson 6b8eb27448
Update routing.md (#21772) 2021-03-12 14:49:39 -10:00
Scott Addie 09e3573c75 Finish default branch renaming work 2021-03-09 22:40:27 -06:00
Dion Williams f3db9d0193
Fix IFilterFactory heading level in filters.md (#21562) 2021-02-16 14:33:26 -10:00
Rick Anderson 1d1b843a5e
Update filters.md (#21500) 2021-02-09 09:57:58 -10:00
Eric Mutta afa3ef0adc
Fix WARNING box format in filters.md (#21375) 2021-01-30 17:03:49 -06:00
Eric Mutta 8930eb4427
Fix typo in application-model.md (#21372) 2021-01-30 10:31:48 -06:00
Eric Mutta f45e88039b
Fix typo in routing.md (#21352)
The sentence:

> If the preceding controllers uses the same namespace...

Should read:

> If the preceding controllers used the same namespace...
2021-01-29 12:43:59 +10:00
Eric Mutta 343603f3ac
Fix typo in routing.md (#21350) 2021-01-28 15:06:16 -06:00
Eric Mutta 97282bc43d
Fix mismatch between code and explanation in routing.md (#21223)
The section `Specifying attribute route optional parameters, default values, and constraints` contains source code with `[HttpPost("product14/{id:int}")]` however the explanatory text that follows says the code uses `[HttpPost("product/{id:int}")]` which is incorrect (`product` should be `product14`). I have changed the explanatory text, the example of a matching URL (`/product/3` should read `/product14/3`) and the name of controller class (`ProductsController.ShowProduct` should read `Products14Controller.ShowProduct`).
2021-01-14 16:09:58 -06:00
Eric Mutta 4c131f8071
Fix multiple typos in routing.md (#21220) 2021-01-14 07:01:37 -06:00
Eric Mutta 59e5be7c1e
Fix typo in areas.md (#21088)
I believe this sentence:

> The fully qualified domain name must be used to specify the model...

Should refer to the "class name" rather than "domain name" and thus read:

> The fully qualified class name must be used to specify the model...
2021-01-04 15:40:51 -06:00
Kirk Larkin 7299e665e0
Fix up token replacement characters for attribute routing (#21075) 2020-12-30 07:35:18 -10:00
Xiaodi Yan bba35bcf69
Fix the code sample for ShortCircuitingResourceFilter (#20927)
Fix the missing code sample for ShortCircuitingResourceFilter
2020-12-11 07:46:03 -10:00
JulioNobre 4f1ef4fd34
Update testing.md (#20782) 2020-11-27 08:10:42 -06:00
Pranav K c622a4277b
Update filters.md (#20606)
* Update filters.md

* Apply suggestions from code review

* Update filters.md (#20607)

* Update filters.md

* Update filters.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-11-16 09:04:29 -10:00
Jeroen Oortwijn a26003dd8e
Correctly refer to MyDisplayRouteInfo location (#20455)
Commit fa4c1e7b6e changed this in the beginning of this document, but not this instance.
2020-11-09 11:57:21 -10:00
Rick Anderson 311cef0e25
appsettings.json noloc (#20320) 2020-10-27 11:27:47 -10:00
Guilherme Oenning 7a4872495b
Fixes filter order (#20073)
* fix url

* fix order
2020-10-02 11:21:23 -10:00
Peyman Mahdavi 3c8a75b485
Update routing.md (#19997)
tiny correction
2020-09-24 12:17:41 -10:00
Peyman Mahdavi 329c2eb7cc
Update routing.md (#19812)
Only a tiny typing error
2020-09-09 16:16:12 -05:00
Yuxuan Lin 7c4fb296e3
Typo fix (#19616) 2020-08-22 12:09:05 -05:00
Rick Anderson 23bd8d2057
Add ASP.NET Identity to no loc (#19578)
* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc
2020-08-19 11:07:40 -10:00
Rick Anderson 3a5c8b81d4
add Cookie to no loc (#19446) 2020-08-07 14:55:26 -10:00
Kirk Larkin 4365bf0e39
Fix up typo and a little xref encoding (#19382) 2020-07-30 16:56:27 -05:00
Mihail Vladov bc445b457c
Add JustMockLite to additional resources (#19284)
* Add JustMockLite to additional resources

* Addressing feedback
2020-07-22 13:54:01 -05:00
Rick Anderson 5b634b5d37
Filters explain debug code (#19269)
* Filters explain debug code

* Filters explain debug code
2020-07-20 16:37:02 -10:00
Daniel Liuzzi 5174fc31f4
Fix indentation (#19187) 2020-07-12 13:41:36 -05:00
Kirk Larkin b8eab99333
Fix up dev-langs (cross-repo) (#19167) 2020-07-09 17:22:19 -05:00
Rick Anderson cfa779038e
Update controller DI to 3.1 (#18982)
* Update controller DI to 3.1

* Update controller DI to 3.1

* Update controller DI to 3.1
2020-06-26 17:12:55 -10:00
Luke Latham 80446f1dd8
Add Blazor WebAssembly/Server to no-loc (#18962) 2020-06-25 19:11:04 -05:00
Kirk Larkin 123173e964
Mention and link to auto-400s for [ApiController] (#18872) 2020-06-19 14:32:10 -10:00
Luke Latham d5b7249fd1
Blazor ToC updates (#18831) 2020-06-19 08:24:40 -05:00