HttpUtility.UrlEncode in a windows application

A

Anton Sommer

Hello folks,


I normally do ASP and in ASP projects there is
System.Web.HttpUtility.HtmlDecode()

but I can't find it in my windows application. So how can it be done
otherwise or where can it be found in a windows project.



Thank you



Anton
 
P

Patrick Steele [MVP]

I normally do ASP and in ASP projects there is
System.Web.HttpUtility.HtmlDecode()

but I can't find it in my windows application. So how can it be done
otherwise or where can it be found in a windows project.

Just include a reference to System.Web.Dll and use the HttpUtility class
as normal.
 
A

Anton Sommer

Thank you Patrick

that was it should have known it myself that simple.


Thanks


Anton
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top