Reaching out to the community here for a best practice/best implementation question.
I am using MVC3 in a major project, the MVC3 site will handle both our full site as well as our mobile site in a single solution. I have created a custom view engine to handle mapping mobile requests to the appropriate mobile views.
A requirement that popped up recently is to have a “Full Site” link on the mobile portion of the site to allow a mobile user to view the full site (actually to be able to switch back and forth).
Anyone have any insight on a possible quick solution or done something similiar?
I have a separate layout file (master page) for my mobile views that the “Full Site” link appears on.
Thanks in advance for any possible answers.
There are a few different ways you could go. A couple ideas: