How to create inmemory HTML/XML document in .NET ?
Posted
by Anil Namde
on Stack Overflow
See other posts from Stack Overflow
or by Anil Namde
Published on 2010-06-16T15:21:27Z
Indexed on
2010/06/16
15:32 UTC
Read the original article
Hit count: 167
.NET
I would like to write application which will iterate trough certain test cases and generated output in HTML file.
For this i would like to have something using which i can keep appending the HTML nodes to the output for each test case. Is there nice way in .NET for doing so ? How ?
Any pointers or suggestions will be helpful.
© Stack Overflow or respective owner