I am using HttpBrowserCapabilities to check the users browser. But when using chrome to debug i’m getting in objBcp as “AppleMAC-Safari”. While using IE it shows correctly as “IE”.
System.Web.HttpBrowserCapabilities objBcp= Request.Browser;
if(objBcp.Browser=="Chrome")
{}
Is there other extension for Chrome?
I would suggest using UserAgent for that purpose, for example: