Hi Everyone,
My requirement is that I need to submit the entire(HTML) content of the page to a ashx handler, for further processing within it. I actually need to get an html stream of the content for PDF conversion.
I would not be able to use a WebRequest for the page from within my C# code as there are a number of Async renderings happening after the first time the page loads. I'm using a static page with Angular as backbone.
Is there some secure way to this ?
Go to the complete details ...