In previous versions of ASP .NET, browser information was available by accessing Request.Browser. Is there an equivalent in ASP .NET 5? I want to capture information such as Browser Name and Version for requests. I am capturing the user-agent, but that is unpleasant to parse.
Thank you