MVC Developer Question:

Download Job Interview Questions and Answers PDF

Tell us what is the significance of NonActionAttribute?

MVC Developer Interview Question
MVC Developer Interview Question

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 Interview Questions And Answers PDF

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?