Commit Graph

33 Commits (ed9f786f887e18bc81a5421a77564c32cddbae0d)

Author SHA1 Message Date
Luke Latham 165067b31f
Blazor security updates (#28400) 2023-02-16 08:35:09 -06:00
James Newton-King e82c0c4c58
HttpContext fundamentals documentation (#27183)
Co-authored-by: Chris Ross <chrross@microsoft.com>
Co-authored-by: Stephen Halter <halter73@gmail.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2022-10-06 08:18:38 +08:00
Rick Anderson ec4a009e17
HttpContext not thread safe /7 (#26145)
* HttpContext not thread safe /7

* HttpContext not thread safe /7

* HttpContext not thread safe /7

* work

* work

* work

* work

* work

* work

* Apply suggestions from code review

Co-authored-by: Stephen Halter <halter73@gmail.com>

Co-authored-by: Stephen Halter <halter73@gmail.com>
2022-06-17 10:15:21 -10:00
Luke Latham e175588086
Institute global no-loc (#26036)
* Institute global no-loc

* Updates

* Updates

* Updates

* Updates

* Updates
2022-06-03 11:35:55 -10:00
Luke Latham 546a06a2d5
Blazor no-loc adds (#25429) 2022-03-25 18:19:18 -05:00
Luke Latham 5f1743e629
Add Blazor Hybrid to no-loc metadata (#25064) 2022-02-18 07:17:09 -06:00
Kirk Larkin acc49466ee
Add scenarios for accessing HttpContext (#24806) 2022-01-31 18:22:12 +00:00
Kirk Larkin 3bab7a96d3
Update HttpContext to 6.0 (#24134)
* Update HttpContext to 6.0

* .

* .

* .

* .
2021-12-01 09:36:15 -10:00
Kirk Larkin 64ad0dc9a1
Prepare HttpContext for 6.0 (#24133) 2021-11-30 15:57:18 +00:00
Luke Latham cd2aa9e4eb
Move Blazor static assets (#23020) 2021-08-13 08:31:50 -05:00
Ponant 3d67d19e91
HttpContext in Razor Page View instead of Context (#22806)
* HttpContext in Razor Page View instead of Context

Context is not recognized

* Razor views in Razor Pages vs views in MVC
2021-07-29 15:04:54 -07:00
Rick Anderson 6d9b1468ce
Update http-context.md (#22698)
* Update http-context.md

* Update aspnetcore/fundamentals/http-context.md

* Update http-context.md

* Update http-context.md

* Update aspnetcore/fundamentals/http-context.md

* Update aspnetcore/fundamentals/http-context.md

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

Co-authored-by: Kirk Larkin <serpent5@pm.me>
2021-07-29 13:10:05 -07:00
Luke Latham d17428bc5c
Blazor file versioning (#22884) 2021-07-29 10:55:17 -05:00
Luke Latham 673bb2a09c
Blazor file versioning (#22875) 2021-07-28 08:33:42 -05: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
Rick Anderson 2f00739f4e
Kestrel to no-loc (#22182) 2021-05-01 13:03:18 -10:00
Luke Latham e7d45297ae
Blazor PreferExactMatches coverage (#20952) 2020-12-15 06:36:29 -06:00
Rick Anderson 311cef0e25
appsettings.json noloc (#20320) 2020-10-27 11:27:47 -10: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
Luke Latham 80446f1dd8
Add Blazor WebAssembly/Server to no-loc (#18962) 2020-06-25 19:11:04 -05:00
Luke Latham e36e684bd3
Topic update (#18158) 2020-05-06 06:20:18 -05:00
Luke Latham f2834015b6
Drop existing no-loc entries (#18111) 2020-05-04 12:00:16 -05:00
Luke Latham 4bc3873ab3
Update Access HttpContext to 3.x (#15973) 2019-12-03 12:29:59 -06:00
Jonathan 20be93f360 Inherit from Controller (#15810) 2019-11-21 09:25:49 -06:00
Luke Latham e0c168d47c
Grammar update (#15010) 2019-10-11 09:52:23 -05:00
Nick Schonning 188fdb2abe fix: MD012/no-multiple-blanks (#11596)
Multiple consecutive blank lines
2019-03-19 13:56:32 -05:00
Ryan Nowak 7f99772ff1 Fix #3916 - HttpContext thread-safety issues (#11133)
* Fix #3916 - HttpContext thread-safety issues

* Update http-context.md (#11138)

@rynowak 	review this and when you're happy I'll merge into your PR and then S&M.

Not really happy about 

> Look for a mistakes like defining a controller method as `async void`.

Look for mistakes is not helpful. Just listing one common mistake doesn't give them a clue of other common mistakes.
2019-02-26 11:14:09 -10:00
William Hayes 6b8125cf0d text edit (#10708) 2019-01-30 14:44:44 -06:00
Scott Addie c7ca4e67b4
Remove empty line from code snippet 2018-07-27 11:46:15 -05:00
David Fowler 9eeef1cdf5 Simplify using the HttpContext in a razor view (#7846)
Fixes #7832
2018-07-27 11:14:45 -05:00
Scott Addie a4f9bfb63b Document accessing HttpContext via Razor views 2018-07-27 10:08:43 -05:00
Chris Roberts 07e2dc83ff Added documentation for IHttpContextAccessor to describe its use in c… (#6489) 2018-07-21 17:48:34 -05:00