Answers

Question and Answer:

  Home  MVC Developer

⟩ Tell us what is the significance of NonActionAttribute?

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.

 155 views

More Questions for you: