Searching something like webSession().clearAll()

Subject: Searching something like webSession().clearAllWrittenText() and webSession().allTextDone() Hi to everyone I want to execute some HTML-Code without automaticly header and WebApp support from Axapta to show other files like txt and so on. Unfortunelly I haven’t found commands which let me say to clear all written text now and to say the page is finished. To show what I mean a little ‘abstract’ code snippet: … webSession().clearAllWrittenText(); // this method I don’t found yet … webSession().writeTxt(‘some text data … bla bla bla’); // that’s all I want to send to the client browser webSession().allTextDone(); // this method I don’t found yet … … If someone knows I would be happy to know :slight_smile: Thank you in advance Best regards Patrick