ASP.NET how to check if client is Mac -


It seems that there are several ways to do this: I HttpContext.Current.Request.UserAgent The request has been found to use. ServerVariables ("HTTP_USER_AGENT") , Request.Browser.Platform . Not sure which one is the right way to detect the OS version. Also, how do I get a list of the OS version string that the client browser can send to the web server with that string, so I can filter it in code.

You can use



Comments

Popular posts from this blog

php - Creating canonical URLs with custom route-classes -

Mysql Local server hardware -

mysql - Formatting problem with PHP DateTime Difference when used as part of an equation -