How Can we render HTML code.

0
I am getting a Html Code for API response. I need to render the HTML code as Page. How can we do it ? This is the API response and currently it is rendered as string. How can we display as a separate page.
asked
2 answers
0

This should be possible using that widget https://marketplace.mendix.com/link/component/202675

(you just need to store the html response inside an attribute, then you put it in the "html source" of the widget)

answered
0

you can use this widget to apply what you need.

https://docs.mendix.com/appstore/widgets/html-javascript-snippet/

answered