Do you know of an HTML Text Writer that is outside of System.Web.UI
?
I'd like to use it from within a console application.
Do you know of an HTML Text Writer that is outside of System.Web.UI
?
I'd like to use it from within a console application.
You can just reference the System.Web assembly in the console application. Right- click on the references in solution explorer and add it.