-2

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.

Water Cooler v2
  • 32,724
  • 54
  • 166
  • 336
  • 2
    Go through this URL, It may help You... :) http://stackoverflow.com/questions/2420555/alternatives-to-htmltextwriter-in-a-system-web-ui-control – Jason Brody Sep 22 '15 at 06:46

1 Answers1

0

You can just reference the System.Web assembly in the console application. Right- click on the references in solution explorer and add it.

Naha
  • 506
  • 6
  • 14