server.urlencode work for winforms

  • Thread starter Thread starter Cirene
  • Start date Start date
C

Cirene

Why is it when i try to use server.urlencode in a winform app that it can't
seem to locate the function? (I am utilizing the browser control.)

Thanks!
 
When i type in system.web the only thing available are 3 functions for
AspnetHostingPermission. Any more ideas? Thanks.

u must include the system.web reference

then try system.Web.HttpUtility.UrlEncode
 
Back
Top