FlashcardAdvanced
Controllers & Routing in Web API
How controllers and attribute routing map HTTP requests to action methods in ASP.NET Core.
Question
In an ASP.NET Core Web API, how do controllers and routing map HTTP requests to code?
Click to reveal answer