Microsoft
70-515 · Question #179
You are developing an ASP.NET MVC 2 Web Application. You need to implement an asynchronous controller named AccountingController, and you must ensure that the export action required proper…
The correct answer is B. public class AccountingController : AsyncController. See the full explanation below for the reasoning.
Question
You are developing an ASP.NET MVC 2 Web Application. You need to implement an asynchronous controller named AccountingController, and you must ensure that the export action required proper authorization. Which code segment should you use?
Options
- Apublic class AccountingController : Controller
- Bpublic class AccountingController : AsyncController
- Cpublic class AccountingController : AsyncController
- Dpublic class AccountingController : Controller
How the community answered
(34 responses)- A3% (1)
- B82% (28)
- C9% (3)
- D6% (2)
Community Discussion
No community discussion yet for this question.