In asp.net, using this construct, how might I detect the new Microsoft \"Edge\" browser?
Dim wrkBrowser As String = \"\"
Dim wrkBrowserType As String
I know the answer is a little late but I searched all over the place and never found this and had to write it myself. The following code will allow the Request.Browser variables to return Edge and Edge Version instead of Chrome.
Adding the following snippet to a .browser file such as platform.browser in the App_Browsers folder will cause it to return Edge and the version.