![Hands-On Full:Stack Web Development with ASP.NET Core](https://wfqqreader-1252317822.image.myqcloud.com/cover/264/36699264/b_36699264.jpg)
上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.
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.