rspec/rules/S6930/resources.adoc

19 lines
1.1 KiB
Plaintext

== Resources
=== Documentation
* Microsoft Learn - https://learn.microsoft.com/en-us/aspnet/core/fundamentals/routing[Routing in ASP.NET Core]
* Microsoft Learn - https://learn.microsoft.com/en-us/aspnet/core/mvc/controllers/routing[Routing to controller actions in ASP.NET Core]
* Microsoft Learn - https://learn.microsoft.com/en-us/aspnet/core/mvc/controllers/actions[Handle requests with controllers in ASP.NET Core MVC]
* Wikipedia - https://en.wikipedia.org/wiki/Uniform_Resource_Identifier[Uniform Resource Identifier]
* Wikipedia - https://en.wikipedia.org/wiki/URL#Syntax[URL - Syntax]
* Wikipedia - https://en.wikipedia.org/wiki/Percent-encoding[Percent-encoding]
=== Articles & blog posts
* StackOverflow - https://stackoverflow.com/questions/10438008[Different behaviours of treating \ (backslash) in the url by FireFox and Chrome]
=== Standards
* IETF.org - https://datatracker.ietf.org/doc/html/rfc3986[RFC 3986 - Uniform Resource Identifier (URI): Generic Syntax]
* IETF.org - https://datatracker.ietf.org/doc/html/rfc2396[RFC 2396 - Uniform Resource Identifiers (URI): Generic Syntax (OBSOLETE, replaced by RFC 3986)]