C# .NET Checking if browser is mobile - what is the most reliable way?
Posted
by aximili
on Stack Overflow
See other posts from Stack Overflow
or by aximili
Published on 2010-03-16T01:11:56Z
Indexed on
2010/03/16
1:19 UTC
Read the original article
Hit count: 396
I know I can use Request.Browser.IsMobileDevice
.
But does anyone know how it works, and if it is reliable and up to date?
Thanks!
© Stack Overflow or respective owner