You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unsure if you were able to fix. I also had the same issue. But I ended up encoding the Html. I saw that in my case the single quotes were returned which is not handled in the library. So used below code which is working for me
var errormessage = "";
var htmlEncoder = HtmlEncoder.Create(new TextEncoderSettings());
If the method is in a foreach, it doesn't work.
The text was updated successfully, but these errors were encountered: