- Hands-On Full:Stack Web Development with ASP.NET Core
- Tamir Dresher Amir Zuker Shay Friedman
- 32字
- 2021-06-10 19:37:26
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.