Model View Controller (MVC) Question:
Where are the routing rules defined in an asp.net MVC application?
Answer:
In Application_Start event in Global.asax
Previous Question | Next Question |
What is the role of a controller in an MVC application? | Name a few different return types of a controller action method? |