nerdexam
Microsoft

70-519 · Question #51

You are designing a view for an ASP.NET MVC 2 web application. You have the following requirements: - The view must present information by using HTML that is data driven. - You must create the HTML…

The correct answer is A. HtmlHelper extension. See the full explanation below for the reasoning.

Question

You are designing a view for an ASP.NET MVC 2 web application. You have the following requirements:

  • The view must present information by using HTML that is data driven.
  • You must create the HTML on the server.
  • You must have complete control over the generated HTML.

You need to choose an approach to generate the HTML. Which approach should you choose?

Options

  • AHtmlHelper extension
  • BjQuery library
  • CCustom Web Part
  • DCustom server control

How the community answered

(32 responses)
  • A
    84% (27)
  • B
    9% (3)
  • C
    3% (1)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice