Commit Graph

24 Commits (235b63089bbb7547b3e7a0da78226cb462418c33)

Author SHA1 Message Date
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