asp.net - List of UserAgent String Values -
I'm trying to determine which interface to show to a user. If a user is going to my site with a touch screen phone, I want to show them an interface, otherwise, I want to show them another one.
Can anybody know the list of UserAgent string values, so can I check this? I know that I can check the iPhone using the following code in ASP.NET:
Request. However, I really want to find a list of other similar phones such as Palm Pre Blackberry Thunder, etc. UserAgent.indexoff ("iPhone", String Commerción, Ordinal Ignore Case)
There may be some help examples:
Comments
Post a Comment