Question 126
The GetDealPrice method must be called by using Ajax.
You need to get the price of a product by using the GetDealPrice method of the ProductController.
Which code segment should you use? (Each correct answer presents a complete solution. Choose all that apply.)
Question 127
You need to secure the administrative functions for all MVC controllers.
Which code segment should you use as the body for the CreateController method in AdminVerifierFactory.cs?

Question 128
You develop an ASP.NET MVC application. The application is configured for claims-based authentication
by using Windows Identity Foundation (WIF).
You need to access the claims in the WIF token.
Which code segment should you use?
Question 129
You are developing an ASP.NET MVC application that enables you to edit and save a student object.
The application must not retrieve student objects on an HTTP POST request.
You need to implement the controller.
Which code segment should you use? Each correct answer presents a complete solution.
Question 130
You are developing an ASP.NET MVC application in Visual Studio 2012. The application supports multiple cultures.
To set the culture, the application must use the AcceptLanguage header field value sent by the client browser.
You need to ensure that the application can set the culture.
You have the following markup in the web.config file:
Which markup segments should you include in Target 1, Target 2 and Target 3 to complete the markup? (To answer, select the appropriate options in the answer area.)

