Using an .net MVC2 app is generating a string of HTML code that be copy/pasted by my users to a 3rd party's web app. In other words, i'm not looking to render the HTML - i want the string to be displayed verbatim.
I need to understand what JSON/jQuery properties have to be explicitly set so that my app's string shows up as pure ascii - the HTML codes are displayed unaltered, unescaped, unrendered.
tx