多做题,通过考试没问题!

微软认证考试

睦霖题库>其他计算机考试>微软认证考试

You are developing an ASP.NET MVC 2 Web application. The application contains a controller named HomeController, which has an action named Index. The application also contains a separate area named Blog. A view within the Blog area must contain an ActionLink that will link to the Index action of the HomeController. You need to ensure that the ActionLink in the Blog area links to the Index action of the HomeController. Which ActionLink should you use?()

  • A、Html.ActionLink("Home", "Index", "Home")
  • B、Html.ActionLink("Home", "Index", "Home", new {area = ""}, null)
  • C、Html.ActionLink("Home", "Index", "Home", new {area = "Blog"}, null)
  • D、Html.ActionLink("Home", "Index", "Home", new {area = "Home"}, null)
正确答案:B
答案解析:
进入题库查看解析

微信扫一扫手机做题