Control 100% of the outputed HTML in the resultpanel.
I'm working on an extension for Linqpad where you can take any data and present this as a pivot table. I'm going to use either webdatarocks or pivottable.js.
It would work like something similar to the dump function: mydata.Pivot()
Data is then presented as a pivot table in the results panel:
Is there a way to load only HTML in the results panel without any LinqPad CSS, HTML etc.? (LINQPAD CSS will mess with the pivot CSS).
This could likely be solved using an iframe but would be cleaner if it was possible to just load any HTML from and/or disc, web or memory.
Comments
Never mind, I've figured it out.
How did you solve it? It sounds like your request could be related to this:
https://forum.linqpad.net/discussion/2778/linqpad-7-util-displaywebpage-uses-ie-not-webview2
I solved it using an iframe.