(Choose 1 answer)
Which of the following statements is true about the routing middleware in ASP.NET Core Web API?
A. Routing is only applicable for POST requests
B. Routing is not supported in ASP.NET Core Web API
C. Routing is applicable for all types of HTTP requests
D. Routing is only applicable for GET requests
Q: 29