MVC Developer Question:
Tell us what is the significance of NonActionAttribute?
Answer:
ASP.NET MVC uses ASP.NET routing, to map incoming browser requests to controller action methods. ASP.NET Routing makes use of route table. Route table is created when your web application first starts. The route table is present in the Global.asax file.
Previous Question | Next Question |
Tell us where are the routing rules defined in an asp.net MVC application? | Explain me what is MVC Application Life Cycle? |