Warm tip: This article is reproduced from serverfault.com, please click

c#-如何在移动设备或平板电脑上重定向到移动设备页面?

(c# - How to redirect to mobile page when its mobile or tablet?)

发布于 2014-01-09 07:34:59

我在我的网站上使用aspx页面。当用户在移动设备中打开我的桌面网站时,我想重定向到我的移动网站我正在使用C#。

Questioner
BlueBurn Technologies
Viewed
11
Craig Moore 2014-01-09 15:42:05

你可以Request.Browser["IsMobileDevice"] == "true"按照以下说明检查是否使用了该框架:

http://msdn.microsoft.com/zh-cn/library/fhhycabe%28v=vs.90%29.aspx

或者,你可以使用51Degrees.mobi,如下所示:

http://51degrees.mobi/

可以在这里找到很好的比较:

http://dotnetslackers.com/articles/aspnet/Mobile-Device-Detection-and-Redirection-Using-ASP-NET.aspx