Is it possible to just get the raw HTML that is…

less than 1 minute read

Is it possible to just get the raw HTML that is sent to the browser when a web control is rendered?

Yes, but only if you subclass the control. The method you need to call is ‘Render’ and it’s protected. Here’s a quick sample… [Wrinkled Paper]

Updated: