How To Map A Route in an ASP.NET Core MVC application
![How To Map A Route in an ASP.NET Core MVC application](https://res.cloudinary.com/abuhakmeh/image/fetch/c_limit,f_auto,q_auto,w_500/https://khalidabuhakmeh.com/assets/images/posts/map-route-aspnet-core-mvc/map-route-header.jpg)
I’ve designed this post for folks new to ASP.NET Core web development and want to learn the basic steps it takes to add a new endpoint to an existing ASP.NET Core MVC application. Along the way, we’ll explain the purpose...