1. I need to create layouts via AD, these SHOULD NOT inject to the actual DOM.
2. I will use the layouts HTML by first executing .GETHTML and then use the html anyway I want.
3. Can I get the HTML without an actual DOM injection?
BANano does not provide a virtual dom, but you have all the power over the html before you add it anyway. You can always load it in a hidden placeholder, no?