Umbraco - 手机检测和重定向
我正在 umbraco 网站中寻找一种方法来检测用户是否拥有移动设备,然后将用户重定向到移动优化页面。如果用户愿意,我还需要能够强制使用完整站点。
有人有这方面的经验吗?
I am looking for a way in a umbraco site to detect if the user has a mobile device, then redirect the user to a mobile optimized page. I will also need the user to be able to force the full site if they wish.
Does anyone have any experience with this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
iPhone alt 页面 umbraco 项目
http://our.umbraco.org/projects /网站实用程序/iphone-alt-page
IPhone alt page umbraco project
http://our.umbraco.org/projects/website-utilities/iphone-alt-page
对于在 ASP.NET 中检测移动浏览器,以下链接将对您有所帮助。我确实实现了这个并且对我来说效果很好。
http://www.codeproject.com/KB/aspnet/mobiledetect。 aspx?msg=3159071
For Detecting a mobile browser in ASP.NET following link will be helpful for you. I did implemented this and works fine for me.
http://www.codeproject.com/KB/aspnet/mobiledetect.aspx?msg=3159071