How to deserialize a x-www-form-urlencoded encoded string in .NET Core 3.1 or in .NET Standard (C#)?
I'm aware of this question - answer. However, FormDataCollection does not appear to be available in .NET Core 3.1. See here.
EDIT: I am being passed this encoded data back by another external system. I am not writing a ASP.NET Core Website/API.