Microsoft
70-515 · Question #40
70-515 Question #40: Real Exam Question with Answer & Explanation
Sign in or unlock 70-515 to reveal the answer and full explanation for question #40. The question stem and answer options stay visible for context.
Question
You create an ASP.NET MVC 2 Web application. You implement a single project area in the application. In the Areas folder, you add a subfolder named Test. You add files named TestController.cs and Details.aspx to the appropriate subfolders. You register the area's route, setting the route name to test_default and the area name to test. You create a view named Info.aspx that is outside the test area. You need to add a link to Info.aspx that points to Details.aspx. Which code segment should you use?
Options
- A<%= Html.RouteLink("Test", "test_default",
- B<%= Html.ActionLink("Test", "Details", "Test",
- C<a href="<%= Html.RouteLink("Test", "test_default",
- D<a href="<%= Html.ActionLink("Test", "Details", "Test",
Unlock 70-515 to see the answer
You've previewed enough free 70-515 questions. Unlock 70-515 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.