I need to register the browser that the user is using.
I'm using Request.Browser.Type
according this question.
However, in my case it is returning this:
Opera 'Chrome54'
Edge 'Chrome54'
Chrome 'Chrome54'
IE11 'InternetExplorer11'
Safari 'Safari5'
Firefox 'Firefox50'
How to find out if the browser is Opera, Edge or Chrome?