I have a scenario where i need to have raw html in an external js file.
the external js file takes care of initiating jquery ajax request and receiving the out put from ajax call and placing the received output in html . My presentation part is developed using Asp.net MVC. i am not sure which particular component is encoding the HTML, the MVC or JQuery or JSon. As it is external JS i am unable to use Razar methods like HMTL.RAW. I am thinking of using any JQuery helper which will work similar like HTML.Raw.
Regards, Kumar.