I'm developing an ASP.NET Core 1.0 app. Envision on the left side is an HTML code editor. On the right side is an iFrame which shows a preview of the HTML code in the editor.
Is it possible, using either server-side or client-side code, to capture a screenshot of the rendered HTML that is currently in the code editor?
Robert