public static string GetBrowser() { HttpBrowserCapabilities bc = HttpContext.Current.Request.Browser; return bc.Browser + bc.Version; }