Search code examples
xamarin.iosmonodevelopsystem.webhtml-escape-characters

system.web functionality in Mono missing?


I need HttpUtility for encoding strings, but it seems it was supported, but no longer. Actually, the whole System.Web is gone.

Is there an alternative? I need to Javascript Escape some strings.


Solution

  • The HttpUtility class lives in the System.Web.Services assembly, just make sure that you are referencing that assembly.