* .NET 7 Preview 7 update: WebSockets support in ASP.NET Core
* Moved sample HTTP:/2 info
* Fix typos
* Apply suggestions from code review
Added review suggestions from tdykstra.
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* Update aspnetcore/fundamentals/websockets.md
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* Added 7.0 sample version with custom httpconnect attribute to allow websocket on http/2
* Added missing new line end of HttpConnectAttribute.cs
* Added section on HTTP/2 WebSocket support for existing controllers plus code snippet regions
* Fixing Note formatting
* Fix Note link
* Added 7.x to code snippet paths
* Fixed code links.
* fixed code highlight
* Updated legacy code links
* Updated internal link
* Resolving anchor issue
* trying again to solve anchor issue
* Anchor fix.
* fix
* fix
* fix
* Fixed HTTPConnect, now HttpConnect.
* Moved HttpGet and HttpConnect to same controller action example
* Clarified [HttpConnect] attribute is custom as opposed to built in.
* Apply suggestions from code review
Co-authored-by: Brennan <brecon@microsoft.com>
* Added public sealed to custom attribute class per review
* Adding feedback suggestions.
* update per review suggestions support for http/2
* Changed run to Ctrl+F5 without debugger.
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
Co-authored-by: Brennan <brecon@microsoft.com>
* Win service needs to set ContentRootPath
* Win service needs to set ContentRootPath
* Win service needs to set ContentRootPath
* Win service needs to set ContentRootPath
* Rate limiting /1
* Rate limiting /1
* Rate limiting /1
* Rate limiting /1
* Rate limiting /1
* Rate limiting /1
* Rate limiting /1
* Rate limiting /1
* 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
* Apply suggestions from code review
Co-authored-by: Martin Costello <martin@martincostello.com>
* react to feedback
* react to feedback
* react to feedback
* react to feedback
* Apply suggestions from code review
Co-authored-by: Brennan <brecon@microsoft.com>
* react to feedback
* react to feedback
* react to feedback
* react to feedback
Co-authored-by: Martin Costello <martin@martincostello.com>
Co-authored-by: Brennan <brecon@microsoft.com>
* remove very unsafe link to bad-crook-site
The link to bad-crook-site is very unsafe. Nobody should click that ever. Not sure why you are linking to there, but it's an actual scam site with explicit porn ads on it.
* Update anti-request-forgery.md
changed to malicious site to www.example.com
* Update anti-request-forgery.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update VSC and Azure Extensions: Publish an ASP.NET Core app to Azure
* Changed Web App to lower case.
* Clean up for whole topic fixing lists and steps, formatting.
* More clean up original topic text.
* More clean up to original text.
* Added missing bullet point.
* Fixed bullet point intdent
* Edit pass and formatting
* few more edits
* tiny cleanup
* bad image file type
* clarification
* image
Co-authored-by: Cam Soper <cam.soper@microsoft.com>