HttpUtility from WinForm?

  • Thread starter Thread starter kwele
  • Start date Start date
K

kwele

I need to use the HttpUtility.UrlEncode method in a winform. However,
the HttpUtility class is not available in intellisense from
System.Web. What do I need to do to be able to use this method?

TIA
 
kwele said:
I need to use the HttpUtility.UrlEncode method in a winform. However,
the HttpUtility class is not available in intellisense from
System.Web. What do I need to do to be able to use this method?

You need to add a reference to the System.Web.dll assembly.
 
Back
Top