Your are going to create asp.net mvc web application in which you have to develop different view for each of the different browsers and devices(report.iemobile.cshtml,report.operamobile.cshtml etc.) which of the following best way you choose to achieve this desire goal?

 Posted by Rajkatie on 1/31/2015 | Category: ASP.NET MVC Interview questions | Views: 22208 | Points: 40
Select from following answers:
  1. Put browser detection logic in each action in the controller and select appropriate view.
  2. Add a new DisplayModeProvider for each of view types you want to support.
  3. Use the viewport <meta> tag.
  4. All Above

Show Correct Answer


| Alert Moderator 

Comments or Responses

Login to post response