This article explains how to use ASP.NET Core routing to map actions to corresponding URLs in incoming requests. Routes specify how actions and URL paths should correspond. It was used to produce URLs that were sent out in replies. Make a ProductController first, and then, as indicated below, make a Details action. [HttpGet] public IActionResult…