MVC Developer Question:

Tell us what is the significance of NonActionAttribute?

Tweet Share WhatsApp

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.

Download MVC Developer PDF Read All 50 MVC Developer Questions
Previous QuestionNext Question
Tell us where are the routing rules defined in an asp.net MVC application?Explain me what is MVC Application Life Cycle?