Hands-On Full:Stack Web Development with ASP.NET Core
上QQ阅读APP看书,第一时间看更新

Adding routes

ASP.NET MVC routes are configured and added during application startup. There are two ways to add routes: within the UseMvc method on the Startup class, or by using route attributes.