I have seen many tutorials on adding html programmatically via MarkupWriter, but it adds the html where the component is used.
Is there any way to tell the writer to add it just before the closing body tag ?
Also, how can I get the body of the component ?
I don’t think it needs to be that complex