C# = HtmlEncode from Class Library
Posted
by Villager
on Stack Overflow
See other posts from Stack Overflow
or by Villager
Published on 2009-07-17T17:04:13Z
Indexed on
2010/05/11
6:44 UTC
Read the original article
Hit count: 178
c#
|htmlencode
Hello,
I have a class library (in C#). I need to encode my data using the HtmlEncode method. This is easy to do from a web application. My question is, how do I use this method from a class library that is being called from a console application?
Thank you!
© Stack Overflow or respective owner