Detectar el navegador del cliente
Artículo por Club Developers · 05 abril 2006
2161 vistas
Sencillo con estas líneas de código:
csharp
string str; str = Request.ServerVariables["HTTP_USER_AGENT"]; Response.Write(str);