The process of mapping an incoming request to a route template is known as _______.

  • Routing
  • Mapping
  • Dispatching
  • URL Resolution
The correct term is "Dispatching." Dispatching refers to the process of mapping an incoming HTTP request to a specific route template in your ASP.NET Core application. It's a crucial step in determining which controller and action should handle the request.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *