0

In ASP.NET MVC3, I am developing a mobile-enabled website, that has different views for tablets. My controllers can stay the same for both the iPad and the mobile site. How would I go about doing this? Do I have to duplicate controllers?

Bas
  • 26,772
  • 8
  • 53
  • 86

1 Answers1

2

How Would I Change ASP.NET MVC Views Based on Device Type?

You should look here, seems he has the same problem/question as you.

Community
  • 1
  • 1
tskulbru
  • 2,336
  • 1
  • 20
  • 38