I need to use distinct version of views, for each device. For example:
Controller/Action: Home/Index
PC - Home.cshtml, Android - Home.Android.cshtml, iPad - Home.iPad.cshtml
These pages contains different markup, but each device. But how it can be activated and detected using ASP.NET MVC IOC?