I need to decode HTML characters in .NET Core (MVC6). It looks like .NET Core doesn\'t have WebUtility.HtmlDecode function which everybody used for that purpose before. Is t
I've found the HtmlDecode function in the WebUtility library to work.
System.Net.WebUtility.HtmlDecode(string)