Which one is true?

  1. routes.MapRoute("Default", "{controller}/{action}/{id}", new { controller = "Home", action = "Index", id = "" } );

  2. routes.MapRoute("Default", "Area/{controller}/{action}/{id}", new { controller = "Home", action = "Index", id = "" } );

  3. Both a and b

  4. None of the above


Correct Option: C

Find more quizzes: