i have a c# application, which calls an API and the response is in HTML format. i don't want to save the HTML code to a file but i want to open that html code in a browser
i am able to display if the HTML is saved in a file using
System.Diagnostics.Process.Start(pathToHtmlFile);