Your newly developed web application in ASP.Net MVC have found major bug on Product controller. Right now you just want to skip all Product pages until the bug is fixed. How could you achieve this task?

 Posted by Rajkatie on 2/11/2015 | Category: ASP.NET MVC Interview questions | Views: 26206 | Points: 40
Select from following answers:
  1. Add route.IgnoreRoute(“Product/”); to the RegisterRoute method.
  2. Add route.Remove(“Product/”); to the RegisterRoute method.
  3. Add route.SetItem(route.Count, “Product/”); to the RegisterRoute method
  4. All Above

Show Correct Answer


| Alert Moderator 

Comments or Responses

Login to post response