nerdexam
Microsoft

70-519 · Question #38

You need to design a solution for programmatically adding reusable user-interface code to views and allowing the user-interface code to be rendered from the server side. Which approach should you…

The correct answer is B. Create an HtmlHelper extension method. See the full explanation below for the reasoning.

Question

You need to design a solution for programmatically adding reusable user-interface code to views and allowing the user-interface code to be rendered from the server side. Which approach should you recommend?

Options

  • ACreate a jQuery library plug-in.
  • BCreate an HtmlHelper extension method.
  • CCreate a controller that returns an ActionResult.
  • DCreate a WebForm server control that stores values in ViewState.

How the community answered

(22 responses)
  • A
    5% (1)
  • B
    77% (17)
  • C
    5% (1)
  • D
    14% (3)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice