rspec/rules/S6931/resources.adoc

12 lines
892 B
Plaintext

== Resources
=== Documentation
* Microsoft Learn - https://learn.microsoft.com/en-us/aspnet/core/mvc/controllers/routing[ASP.NET Core: Routing to controller actions in ASP.NET Core]
* Microsoft Learn - https://learn.microsoft.com/en-us/aspnet/core/mvc/controllers/routing#attribute-routing-for-rest-apis[ASP.NET Core: Routing to controller actions in ASP.NET Core - Attribute routing for REST APIs]
* Microsoft Learn - https://learn.microsoft.com/en-us/aspnet/core/mvc/controllers/actions[ASP.NET Core: Handle requests with controllers in ASP.NET Core MVC]
* Microsoft Learn - https://learn.microsoft.com/en-us/aspnet/mvc/overview/older-versions-1/controllers-and-routing/asp-net-mvc-routing-overview-cs[ASP.NET MVC Routing Overview (C#)]
=== Articles & blog posts
* .NET Blog - https://devblogs.microsoft.com/dotnet/attribute-routing-in-asp-net-mvc-5/[Attribute Routing in ASP.NET MVC 5]